Skip to content

Commit

Permalink
YOLO8 support (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies authored Jul 30, 2024
1 parent 2a4d9db commit c7bc106
Show file tree
Hide file tree
Showing 45 changed files with 2,572 additions and 634 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/cvat-ai/datumaro/pull/46>)
- Skeleton support in datumaro format
(<https://github.com/cvat-ai/datumaro/pull/47>)
- Support for YOLOv8 formats
(<https://github.com/cvat-ai/datumaro/pull/50>)

### Changed
- `env.detect_dataset()` now returns a list of detected formats at all recursion levels
Expand Down
327 changes: 274 additions & 53 deletions datumaro/plugins/yolo_format/converter.py

Large diffs are not rendered by default.

Loading

0 comments on commit c7bc106

Please sign in to comment.