Skip to content

Commit

Permalink
fix unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vorozhkog committed Nov 4, 2024
1 parent 38bd25c commit f82f710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def create_coco_annotation(
include_captions,
rectangle_mark,
):
global total_img_count
for img_idx, (image_info, ann) in enumerate(zip(image_infos, anns)):
image_coco_ann = dict(
license="None",
Expand Down

0 comments on commit f82f710

Please sign in to comment.