Skip to content

Commit

Permalink
[Update] Fix typo in upload_coco_annotation function (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
CVHub520 committed Aug 29, 2024
1 parent 6186dcf commit 6be1cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anylabeling/views/labeling/label_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -4184,7 +4184,7 @@ def upload_coco_annotation(self, mode, _value=False, dirpath=None):
converter = LabelConverter()
converter.coco_to_custom(
input_file=input_file,
output_path=output_dir_path,
output_dir_path=output_dir_path,
mode=mode,
)
# update and refresh the current canvas
Expand Down

0 comments on commit 6be1cc2

Please sign in to comment.