Merged
Conversation
* Relax importer for Pascal VOC dataset (search in subdirectories): In some cases developers don't want to specify the exact path to Pascal VOC. Now you have to specify VOCtrainval_11-May-2012/VOCdevkit/VOC2012/. After the patch it will be possible to specify VOCtrainval_11-May-2012/.
- Relax coco extractor (none for super category by default) Now it is possible to load coco_instances dataset even if the annotation file doesn't have supercategory
* Add Camvid format support * add CamVid to docs Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Fix ImageNet format
* Fix CamVid format * update changelog
* ability to install opencv-python-headless instead opencv-python * Updated CHANGELOG.md Allow to choose `opencv=python-headless` as dependency with `DATUMARO_HEADLESS=1` env. variable when installing
* update version * update changelog
zhiltsov-max
added a commit
to zhiltsov-max/datumaro
that referenced
this pull request
Jan 27, 2026
* more variability for folder structure of yolov8 * raising human-readable exception if something is wrong with image path * black fix * Update datumaro/plugins/yolo_format/extractor.py Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com> --------- Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
CamViddataset format (Fix CamVid format #57)opencv-python-headlessdependency withDATUMARO_HEADLESS=1enviroment variable instead of
opencv-python(ability to install opencv-python-headless instead opencv-python #62)Changed