Skip to content

Commit

Permalink
Fixed issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Nov 1, 2023
1 parent becdbdf commit d364199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_convert/labelme_to_coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def main():
converter = LabelmeToCOCO(
args.src_dir, args.out_dir, args.val_ratio, args.have_test, args.test_ratio
)
converter(mode_list=args.mode_list.split(","))
converter()


if __name__ == "__main__":
Expand Down

0 comments on commit d364199

Please sign in to comment.