Skip to content

Commit c0646d0

Browse files
author
Mi Sun Park
committed
address PR comment
1 parent 34852ba commit c0646d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-automl-images-hyperparameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This table summarizes hyperparameters specific to the `maskrcnn_*` for instance
3636

3737
| Parameter name | Description | Default |
3838
| ------------- |-------------|----|
39-
| `mask_pixel_score_threshold` | Score cutoff for considering a pixel as in object when converting a mask to polygon points. | 0.5 |
39+
| `mask_pixel_score_threshold` | Score cutoff for considering a pixel as part of the mask of an object. | 0.5 |
4040
| `max_number_of_polygon_points` | Maximum number of (x, y) coordinate pairs in polygon after converting from a mask. | 100 |
4141
| `export_as_image` | Export masks as images. | False |
4242
| `image_type` | Type of image to export mask as (options are jpg, png, bmp). | JPG |

0 commit comments

Comments
 (0)