We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 512f98f + 01956a2 commit c2b9745Copy full SHA for c2b9745
supervision/dataset/formats/coco.py
@@ -215,7 +215,7 @@ def save_coco_annotations(
215
coco_images.append(coco_image)
216
detections = annotations[image_name]
217
218
- coco_annotation, label_id = detections_to_coco_annotations(
+ coco_annotation, annotation_id = detections_to_coco_annotations(
219
detections=detections,
220
image_id=image_id,
221
annotation_id=annotation_id,
0 commit comments