Skip to content

v0.1.20

Compare
Choose a tag to compare
@alexheat alexheat released this 14 Dec 04:48
· 238 commits to main since this release

This update partially fixes the issues mentioned in #6 (Category_id exported as string instead of int )

  • cat_id is now an int in the COCO export
  • iscrowd value defaults to 0 in COCO export

You can see an example of the COCO output by running this notebook https://github.com/pylabel-project/samples/blob/main/yolo2coco.ipynb

Thank you @ytzeng1 for reporting this issue

Full Changelog: v0.1.19...v0.1.20