Skip to content

Releases: openvinotoolkit/datumaro

Release v1.3.1

02 Jun 07:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

25 May 07:38
a957786
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Release v1.3.0rc1

22 May 06:24
565b95d
Compare
Choose a tag to compare
Release v1.3.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.1...v1.3.0rc1

Release v1.2.1

04 May 07:26
39b3fcf
Compare
Choose a tag to compare

What's Changed

  • Fix project level CVAT for images format import by @vinnamkim in #980
  • Fix an info message when using the convert CLI command with no args.input_format by @vinnamkim in #982
  • Fix media contents error in arrow format by @cih9088 in #986

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

20 Apr 08:37
2b7fb35
Compare
Choose a tag to compare

What's Changed - Brief Version

New features

Enhancements

  • Add multiprocessing to DatumaroBinaryBase
    (#897)
  • Refactor merge code
    (#901, #906)
  • Refactor download CLI commands
    (#909)
  • Refactor CLI commands w/ and w/o project
    (#910, #952)
  • Refactor Media to be initialized from explicit sources
    (#911 #921, #944)
  • Refactor hl_ops.py
    (#912)
  • Add tfds:uc_merced and tfds:eurosat download
    (#914)
  • Migrate documentation framework to Sphinx
    (#917, #922, #947, #954, #958, #961, #962, #963, #964, #965, #969)
  • Update merge tutorial for real life usecase
    (#930)
  • Abbreviate "detect-format" to "detect" for prettifying
    (#951)

Bug fixes

  • Add UserWarning if an invalid media_type comes to image statistics computation
    (#891)
  • Fix negated is_encrypted
    (#907)
  • Save extra images of PointCloud when exporting to datumaro format
    (#918)
  • Fix log issue when importing celeba and align celeba dataset
    (#919)

What's Changed - Full Version

Read more

Release v1.2.0rc3

19 Apr 00:49
Compare
Choose a tag to compare
Release v1.2.0rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0rc2...v1.2.0rc3

Release v1.2.0rc2

17 Apr 05:08
Compare
Choose a tag to compare
Release v1.2.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0rc1...v1.2.0rc2

Release v1.2.0rc1

14 Apr 10:07
Compare
Choose a tag to compare
Release v1.2.0rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0rc1

Release v1.1.1

28 Mar 01:35
Compare
Choose a tag to compare

What's Changed

  • Fix to not export absolute media path in Datumaro and DatumaroBinary formats by @vinnamkim in #896
  • Change pypi_publish.yml to publish_sdist_to_pypi.yml by @vinnamkim in #895

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

23 Mar 07:37
b501015
Compare
Choose a tag to compare

What's Changed - Brief Version

New features

  • Add with_subset_dirs decorator (Add ImagenetWithSubsetDirsImporter)
    (#816)
  • Add CommonSemanticSegmentationWithSubsetDirsImporter
    (#826)
  • Add DatumaroBinary format
    (#828, #829, #830, #831, #880, #883)
  • Add Searcher CLI documentation
    (#838)
  • Add version to dataset exported as datumaro format
    (#842)
  • Add Ava action data format support
    (#847)
  • Add Shift Analyzer (both covariate and label shifts)
    (#855)
  • Add YOLO Loose format
    (#856)
  • Add Ultralytics YOLO format
    (#859)

Enhancements

  • Refactor Datumaro format code and test code
    (#824)
  • Add publish to PyPI Github action
    (#867)
  • Add --no-media-encryption option
    (#875)

Bug fixes

  • Fix image filenames and anomaly mask appearance in MVTec exporter
    (#835)
  • Fix CIFAR10 and 100 detect function
    (#836)
  • Fix celeba and align_celeba detect function
    (#837)
  • Choose the top priority detect format for all directory depths
    (#839)
  • Fix MVTec format detect function
    (#843)
  • Fix wrong __len__() of Subset when the item is removed
    (#854)
  • Fix mask visualization bug
    (#860)
  • Fix detect unit tests to test false negatives as well
    (#868)

What's Changed - Full Version

New Contributors

Full Changelog: v1.0.0...v1.1.0