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]`.