Skip to content

v0.1.21

Compare
Choose a tag to compare
@alexheat alexheat released this 18 Dec 20:59
· 234 commits to main since this release

What's Changed

  • ExportToCoco function mapping cat_ids to [index_base, index_base + nu… by @ytzeng1 in https://github.com//pull/7
  • Added new methods and parameters to handle non-continuous class ids, which cause problems when training models with many computer vision frameworks including Yolo and Detection. Use the dataset.ReindexCatIds() method to make all the cat_ids continuous starting from 0 or 1. Use the cat_id_index parameter in export functions to make the cat_ids of the output annotations continuous, without changing the the dataset itself.

New Contributors

Full Changelog: v0.1.20...v0.1.21