Skip to content

Commit ff54fc7

Browse files
committed
groupId commented
1 parent 288d15c commit ff54fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

superannotate/input_converters/converters/coco_converters/coco_to_sa_vector.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def coco_instance_segmentation_to_sa_vector(coco_path, images_path):
7979
'probability': 100,
8080
'locked': False,
8181
'visible': True,
82-
'groupId': groupid,
82+
# 'groupId': groupid,
8383
'imageId': annot['image_id']
8484
}
8585
sa_polygon_loader.append(sa_obj)
@@ -162,7 +162,7 @@ def coco_object_detection_to_sa_vector(coco_path, images_path):
162162
'probability': 100,
163163
'locked': False,
164164
'visible': True,
165-
'groupId': groupid,
165+
# 'groupId': groupid,
166166
'imageId': annot['image_id']
167167
}
168168

@@ -224,7 +224,7 @@ def coco_keypoint_detection_to_sa_vector(coco_path, images_path):
224224
'connections': [],
225225
'attributes': [],
226226
'attributeNames': [],
227-
'groupId': annot['id'],
227+
# 'groupId': annot['id'],
228228
'pointLabels': {},
229229
'locked': False,
230230
'visible': True,

0 commit comments

Comments
 (0)