Skip to content

Commit

Permalink
Updated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
speri203 authored Apr 28, 2020
1 parent d968491 commit 5bca079
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supervisely2coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def convert_supervisely_to_coco(meta_path,
TODO:
- tags: e.g train, val
- Segmentation, for now just converting the bbox (for detection)
"""

ann_fnames, ann_jsons = get_all_ann_file(ann_base_dir)
Expand Down Expand Up @@ -204,4 +203,4 @@ def main():

main()

pass
pass

0 comments on commit 5bca079

Please sign in to comment.