Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@vinnamkim vinnamkim released this 23 Mar 07:37
· 6 commits to releases/1.1.0 since this release
b501015

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