Skip to content

Commit

Permalink
Merge branch 'dl/always-keeping-exif' into dl/sync-with-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies committed Feb 10, 2025
2 parents 5a08884 + ab794e7 commit cc93fe9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/cvat-ai/datumaro/pull/71>)
- Support for tracks in Ultralytics YOLO formats
(<https://github.com/cvat-ai/datumaro/pull/70>)
- Support for tracks in Ultralytics YOLO formats
(<https://github.com/cvat-ai/datumaro/pull/70>)

### Changed
- `env.detect_dataset()` now returns a list of detected formats at all recursion levels
Expand All @@ -79,6 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`segment_iou()`, added a separate function argument
(turned off by default)
(<https://github.com/cvat-ai/datumaro/pull/41>)
- Always use exif orientation info when loading images
(<https://github.com/cvat-ai/datumaro/pull/82>)

### Deprecated
- `--save-images` is replaced with `--save-media` in CLI and converter API
Expand Down Expand Up @@ -111,8 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/cvat-ai/datumaro/pull/41>)
- `Dataset.get()` could ignore existing transforms in the dataset
(<https://github.com/cvat-ai/datumaro/pull/45>)
- Always use exif orientation info when loading images
(<https://github.com/cvat-ai/datumaro/pull/82>)
- Failing `resize` transform for RLE masks
(<https://github.com/cvat-ai/datumaro/pull/46>)

### Security
- TBD
Expand Down

0 comments on commit cc93fe9

Please sign in to comment.