Skip to content

Commit c2b9745

Browse files
authored
Merge pull request #289 from rizavelioglu/develop
fixes #285
2 parents 512f98f + 01956a2 commit c2b9745

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)