Skip to content

Tags: cvat-ai/datumaro

Tags

v0.3

Toggle v0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openvinotoolkit#654 from openvinotoolkit/zm/releas…

…e-0.3

Release 0.3

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openvinotoolkit#637 from openvinotoolkit/zm/releas…

…e-0.2.3

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openvinotoolkit#596 from openvinotoolkit/zm/update…

…-changelog

Add release date in changelog

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openvinotoolkit#544 from openvinotoolkit/zm/releas…

…e-0.2.1

Release 0.2.1

v0.2

Toggle v0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openvinotoolkit#514 from openvinotoolkit/zm/update…

…-changelog

Update changelog

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.1.11

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix package installation from sources (openvinotoolkit#358)

* Add distribution manifest (openvinotoolkit#356)

* Update version (openvinotoolkit#357)

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.1.9 (openvinotoolkit#277)

* Rename 'openvino' plugin to 'openvino_plugin' (openvinotoolkit#205)

Co-authored-by: Jihyeon Yi <jihyeon.yi@intel.com>

* Make remap labels more accurate, allow explicit label deletion, add docs, update tests (openvinotoolkit#203)

* Kate/handling multiple attributes and speed up detection split (openvinotoolkit#207)

* better handling multi-attributes for classification_split

* handling multi-attributes better for detection

* bugfix in calculating required number of images for splitting 2 correct side effect of the changes for re-id split

* allow multiple subsets with arbitrary names

* rename _is_number to _is_float and improve it

* Fix voc to coco example (openvinotoolkit#209)

* Fix export filtering

* update example in readme

* Fix export filename for LabelMe format (openvinotoolkit#200)

* change export filename for LabelMe format

* Allow simple merge for datasets with no labels

* Add a more complex test on relative paths

* Support escaping in attributes

* update changelog

Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>

* split unlabeled data into subsets for task-specific splitters (openvinotoolkit#211)

* split unlabeled data into subsets for classification, detection. for re-id, 'not-supported' subsets for this data

* Fix image ext on saving in cvat format (openvinotoolkit#214)

* fix image saving in cvat format

* update changelog

* Label "face" for bounding boxes in Wider Face (openvinotoolkit#215)

* add face label

* update changelog

* Adding "difficult", "truncated", "occluded" attributes when converting to Pascal VOC if they are not present (openvinotoolkit#216)

* remove check for 'difficult' attribute

* remove check for 'truncated' and 'occluded' attributes

* update changelog

* Ignore empty lines in YOLO annotations (openvinotoolkit#221)

* Ignore empty lines in yolo annotations

* Add type hints for image class, catch image opening errors in image.size

* update changelog

* Classification task in LFW dataset format (openvinotoolkit#222)

* add classification

* update changelog

* update documentation

* Add splitter for segmentation task  (openvinotoolkit#223)

* added segmentation_split

* updated changelog

* rename reidentification to reid

* Support for CIFAR-10/100 format (openvinotoolkit#225)

* add CIFAR dataset format

* add CIFAR to documentation

* update Changelog

* add validation item for instance segmentation (openvinotoolkit#227)

* add validation item for instance segmentation

* Add panoptic and stuff COCO format (openvinotoolkit#210)

* add coco stuff and panoptic formats

* update CHANGELOG

Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>

* update detection splitter algorithm from # of samples to # of instances (openvinotoolkit#235)

* add documentation for validator (openvinotoolkit#233)

* add documentation for validator

* add validation item description (openvinotoolkit#237)

* Fix converter for Pascal VOC format (openvinotoolkit#239)

* User documentation for Pascal VOC format (openvinotoolkit#228)

* add user documentation for Pascal VOC format

* add integration tests

* update changelog

* Support for MNIST dataset format (openvinotoolkit#234)

* add mnist format

* add mnist csv format

* add mnist to documentation

* make formats docs folder, create COCO format documentation (openvinotoolkit#241)

* Make formats docs folder, move format docs

* Create COCO format documentation

* Fixes in CIFAR dataset format (openvinotoolkit#243)

* Add folder creation

* Update changelog

* Add user documentation file and integration tests for YOLO format (openvinotoolkit#246)

* add user documentation file for yolo

* add integraion tests

* update user manual

* update changelog

* Add Cityscapes format (openvinotoolkit#249)

* add cityscapes format

* add format docs

* update changelog

* Fix saving attribute in WiderFace extractor (openvinotoolkit#251)

* add fixes

* update changelog

* Fix spelling errors (openvinotoolkit#252)

* Configurable Threshold CLI support (openvinotoolkit#250)

* add validator cli

* add configurable validator threshold

* update changelog

* CI. Move to GitHub actions. (openvinotoolkit#263)

* Moving to GitHub Actions

* Sending a coverage report if python3.6 (openvinotoolkit#264)

* Rename workflows (openvinotoolkit#265)

* Rename workflows

* Update repo config and badge (openvinotoolkit#266)

* Update PR template

* Update build status badge

* Fix deprecation warnings (openvinotoolkit#270)

* Update RISE docs (openvinotoolkit#255)

* Update rise docs

* Update cli help

* Pytest related changes (openvinotoolkit#248)

* Tests moved to pytest. Updated CI. Updated requirements.

* Updated contribution guide

* Added annotations for tests

* Updated tests

* Added code style guide

* Fix CI (openvinotoolkit#272)

* Fix script call

* change script call to binary call

* Fix help program name, add mark_bug (openvinotoolkit#275)

* Fix prog name

* Add mark_bug test annotation

* Fix labelmap parameter in CamVid (openvinotoolkit#262)

* Fix labelmap parameter in camvid

* Release 0.1.9 (dev) (openvinotoolkit#276)

* Update version

* Update changelog

* Fix numpy conflict (openvinotoolkit#278)

Co-authored-by: Emily Chun <emily.chun@intel.com>
Co-authored-by: Jihyeon Yi <jihyeon.yi@intel.com>
Co-authored-by: Kirill Sizov <kirill.sizov@intel.com>
Co-authored-by: Anastasia Yasakova <anastasia.yasakova@intel.com>
Co-authored-by: Harim Kang <harimx.kang@intel.com>
Co-authored-by: Zoya Maslova <zoya.maslova@intel.com>
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
Co-authored-by: Seungyoon Woo <seung.woo@intel.com>
Co-authored-by: Dmitry Kruchinin <33020454+dvkruchinin@users.noreply.github.com>
Co-authored-by: Slawomir Strehlke <slawomir.strehlke@intel.com>

0.1

Toggle 0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openvinotoolkit#199 from openvinotoolkit/develop

Update version in master

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request openvinotoolkit#199 from openvinotoolkit/develop

Update version in master