-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added `DatasetItem.media` to replace dedicated members for each media type - Added the `PointCloud` media type - Added the `media_type()` method to `Extractor`s - Added merging for all media types, mixed media types for an item or in the dataset produce an error - Datasets can't have mixed media types in items. If such situation occurs, an error is raised (checked during dataset caching/iteration) - Datasets can't change media type using transforms - Extractors must report their media type with the `media_type()` method - Added a new mandatory `media_type` argument to `Dataset.from_iterable`. It has a default value of `Image` for the transition period (to be tracked in #675). - Deprecated `DatasetItem.image`, `.related_images`, `.point_cloud`, `save-images` and `require_images` - Added deprecation messages about annotation classes in `components.extractor` - Suppressed Datumaro deprecation messages when using Datumaro from CLI Co-authored-by: yasakova-anastasia <[email protected]>
- Loading branch information
1 parent
b30bf48
commit b7d83d5
Showing
157 changed files
with
3,362 additions
and
2,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.