Skip to content

Commit

Permalink
Merge pull request #289 from rizavelioglu/develop
Browse files Browse the repository at this point in the history
fixes #285
  • Loading branch information
SkalskiP authored Aug 16, 2023
2 parents 512f98f + 01956a2 commit c2b9745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervision/dataset/formats/coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def save_coco_annotations(
coco_images.append(coco_image)
detections = annotations[image_name]

coco_annotation, label_id = detections_to_coco_annotations(
coco_annotation, annotation_id = detections_to_coco_annotations(
detections=detections,
image_id=image_id,
annotation_id=annotation_id,
Expand Down

0 comments on commit c2b9745

Please sign in to comment.