We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe6501 commit 01956a2Copy full SHA for 01956a2
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