You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add auto dataset format detection to Environment
* Extend dataset class
- add save and load
- add export and import_from
- add detect
- add run_model
* Allow extractor import in projects
* Allow extractor imports in CLI/project import
* Make dataset operations form closed set
* Make dataset transforms eager (and all other operations too)
* Update convert command implementation
* Move default format declaration
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
-`VGGFace2` dataset format (<https://github.com/openvinotoolkit/datumaro/pull/69>)
15
15
16
16
### Changed
17
-
-
17
+
-`Dataset` class extended with new operations: `save`, `load`, `export`, `import_from`, `detect`, `run_model` (<https://github.com/openvinotoolkit/datumaro/pull/71>)
18
+
-`Dataset` operations return `Dataset` instances, allowing to chain operations (<https://github.com/openvinotoolkit/datumaro/pull/71>)
19
+
- Allowed importing `Extractor`-only defined formats (in `Project.import_from`, `dataset.import_from` and CLI/`project import`)
0 commit comments