You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/accuracy_checker/accuracy_checker/annotation_converters/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ Accuracy Checker supports following list of annotation converters and specific f
101
101
*`sort_annotations` - allows to save annotations in a specific order: ascending order of image id or ascending order of image size.
102
102
*`sort_key` - key by which annotations will be sorted(supported keys are `image_id` and `image_size`, default is `image_id`).
103
103
*`dataset_meta_file` - path path to json file with dataset meta (e.g. label_map, color_encoding).Optional, more details in [Customizing dataset meta](#customizing-dataset-meta) section.
104
+
*`semantic_only` - converts MS COCO dataset annotation to `SegmentationAnnotation`. (Optional, default value is False)
105
+
*`masks_dir` - path to store segmentation masks in `semantic_only` mode
104
106
*`mscoco_mask_rcnn` - converts MS COCO dataset to `ContainerAnnotation` with `DetectionAnnotation` and `CocoInstanceSegmentationAnnotation` named `detection_annotation` and `segmentation_annotation` respectively.
105
107
*`annotation_file` - path to annotation file in json format.
106
108
*`has_background` - allows convert dataset with/without adding background_label. Accepted values are True or False. (default is False).
0 commit comments