Skip to content

v2.0.0

Compare
Choose a tag to compare
@laclouis5 laclouis5 released this 01 Dec 12:36
· 113 commits to main since this release
3e0a66b

What's New

  • Path to annotation files and directories can now be passed as strings (#11)
  • Added convenience methods for YOLO parsing/conversion (#12)
  • Better compatibility for COCO annotation files (#13)

This release contains breaking changes. Some function arguments have been promoted to keyword-only to avoid confusions.

Deprecations

  • [from|to|save]_yolo is deprecated. Instead, use [from|to|save]_yolo[darknet|v5|v7].