Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jupyter notebook for transform #759

Merged
merged 8 commits into from
Nov 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support for exclusive of labels with LabelGroup
(<https://github.com/openvinotoolkit/datumaro/pull/742>)
- Add jupyter sample introducing how to merge datasets
- Add jupyter samples
- introducing how to merge datasets
(<https://github.com/openvinotoolkit/datumaro/pull/738>)
- introducing how to visualize dataset
(<https://github.com/openvinotoolkit/datumaro/pull/747>)
- introducing how to filter dataset
(<https://github.com/openvinotoolkit/datumaro/pull/748>)
- introducing how to transform dataset
(<https://github.com/openvinotoolkit/datumaro/pull/759>)
- Add Visualization Python API
- Bbox
(<https://github.com/openvinotoolkit/datumaro/pull/744>)
Expand Down
Loading