Releases: DagsHub/dagshub-annotation-converter
Releases · DagsHub/dagshub-annotation-converter
0.1.3 - YOLO export bugfix
What's Changed
- Bug: Handle YOLO annotation setups where "image" is part of the main path and not the annotations by @kbolashev in #9
Full Changelog: 0.1.2...0.1.3
0.1.2 - YOLO Export changes
What's Changed
- YOLO Export: Use absolute data path + guess train/val/test directories by @kbolashev in #8
Full Changelog: 0.1.1...0.1.2
0.1.1 - Ellipse annotations
0.1.0 - Refactor
This PR sees a whole refactor of the annotation converter, going away from the project -> annotation structure, to instead a flatter structure of just a list of IR annotations + helper functions to convert to/from other formats to this IR.
Full Changelog: 0.0.12...0.1.0
0.0.12 - Python version fixes
What's Changed
- Make things work on all versions of Python 3.8+ by @kbolashev in #6
Full Changelog: 0.0.11...0.0.12
0.0.11 - YOLO pose fixes
0.0.10 - Initial
release-test Change publish action