File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/superannotate/lib/app/input_converters/converters/coco_converters Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def sa_vector_to_coco_object_detection(
2222 for instance in instances :
2323 if instance ["type" ] != "bbox" :
2424 logger .warning (
25- "Skipping '%s' type convertion during object_detection task" ,
25+ "Skipping '%s' type conversion during object_detection task" ,
2626 instance ["type" ],
2727 )
2828 continue
@@ -60,7 +60,7 @@ def sa_vector_to_coco_instance_segmentation(
6060 for instance in instances :
6161 if instance ["type" ] != "polygon" :
6262 logger .warning (
63- "Skipping '%s' type convertion during object_detection task" ,
63+ "Skipping '%s' type conversion during instance_segmentation task" ,
6464 instance ["type" ],
6565 )
6666 continue
You can’t perform that action at this time.
0 commit comments