Skip to content

Commit

Permalink
Fix VOC to have task-specific formats (#997)
Browse files Browse the repository at this point in the history
<!-- Contributing guide:
https://github.com/openvinotoolkit/datumaro/blob/develop/CONTRIBUTING.md
-->

### Summary

<!--
Resolves #111 and #222.
Depends on #1000 (for series of dependent commits).

This PR introduces this capability to make the project better in this
and that.

- Added this feature
- Removed that feature
- Fixed the problem #1234
-->

### How to test
<!-- Describe the testing procedure for reviewers, if changes are
not fully covered by unit tests or manual testing can be complicated.
-->

### Checklist
<!-- Put an 'x' in all the boxes that apply -->
- [x] I have added unit tests to cover my changes.​
- [x] I have added integration tests to cover my changes.​
- [x] I have added the description of my changes into
[CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md).​
- [ ] I have updated the
[documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs)
accordingly

### License

- [ ] I submit _my code changes_ under the same [MIT
License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE)
that covers the project.
  Feel free to contact the maintainers if that's a concern.
- [ ] I have updated the license header for each file (see an example
below).

```python
# Copyright (C) 2023 Intel Corporation
#
# SPDX-License-Identifier: MIT
```

---------

Co-authored-by: wonjuleee <wonju@intel.com>
  • Loading branch information
wonjuleee and wonjuleee authored May 17, 2023
1 parent 332879d commit 1dede88
Show file tree
Hide file tree
Showing 11 changed files with 2,300 additions and 505 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/openvinotoolkit/datumaro/pull/987>)
- Add intermediate skill docs for filter
(<https://github.com/openvinotoolkit/datumaro/pull/996>)
- Add VocInstanceSegmentationImporter and VocInstanceSegmentationExporter
(<https://github.com/openvinotoolkit/datumaro/pull/997>)

### Enhancements
- Use autosummary for fully-automatic Python module docs generation
Expand All @@ -29,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
(<https://github.com/openvinotoolkit/datumaro/pull/978>)
- Fix Synthia-Rand data format
(<https://github.com/openvinotoolkit/datumaro/pull/987>)
- Fix `person_layout` categories and `action_classification` attributes in imported Pascal-VOC dataset
(<https://github.com/openvinotoolkit/datumaro/pull/997>)

## 04/05/2023 - Release 1.2.1
### Bug fixes
Expand Down
Loading

0 comments on commit 1dede88

Please sign in to comment.