Skip to content

Commit 01956a2

Browse files
committed
fixes #285
1 parent bfe6501 commit 01956a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervision/dataset/formats/coco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def save_coco_annotations(
215215
coco_images.append(coco_image)
216216
detections = annotations[image_name]
217217

218-
coco_annotation, label_id = detections_to_coco_annotations(
218+
coco_annotation, annotation_id = detections_to_coco_annotations(
219219
detections=detections,
220220
image_id=image_id,
221221
annotation_id=annotation_id,

0 commit comments

Comments
 (0)