Release v1.1.0
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
- Add daily/weekly test triggers by @chuneuny-emily in #811
- Raise ImportError on importing malformed COCO directory by @vinnamkim in #812
- Upload data explorer model in public storage by @sooahleex in #813
- Merge back releases/v1.0.0 to develop for taping out v1.0.0.rc by @vinnamkim in #818
- Add with_subset_dirs decorator by @vinnamkim in #816
- Skip some video unit tests on MacOS by @vinnamkim in #825
- Update copyright year in PR template by @vinnamkim in #823
- Refactor Datumaro format code and test code by @vinnamkim in #824
- Add CommonSemanticSegmentationWithSubsetDirsImporter by @vinnamkim in #826
- Develop DatumaroBinaryFormat to export/import the dataset header & DatasetItem by @vinnamkim in #828
- Update weekly_check.yml by @yunchu in #833
- Remove Codacy badge in readme by @chuneuny-emily in #834
- Implement DatumaroBinaryFormat to export/import the image dataset completely by @vinnamkim in #829
- Fix bugs in mvtec exporter by @djdameln in #835
- [Doc] Add documentation for searcher cli by @sooahleex in #838
- Support PointCloud dataset by DatumaroBinary format by @vinnamkim in #830
- [TEST] move test_utils.py to tests package by @yunchu in #841
- Fix CIFAR10 and 100 detect function by @vinnamkim in #836
- Merge back/releases/v1.0.0 by @vinnamkim in #846
- [HOTFIX] Update ipas_default.config by @yunchu in #848
- [HOTFIX] Update ipas_default.config by @yunchu in #849
- [develop] Update .gitattributes by @yunchu in #851
- Choose the top priority detect format for all directory depths by @vinnamkim in #839
- mark datumaro library version when exporting as datumaro by @bonhunko in #842
- Add AVA action data format support by @wonjuleee in #847
- Fix MVTec format detect function by @vinnamkim in #843
- Fix wrong len() of Subset when the item is removed by @vinnamkim in #854
- Fix celeba and align_celeba detect function by @vinnamkim in #837
- Fix mask visualization bug by @vinnamkim in #860
- Add YOLO Loose format by @vinnamkim in #856
- Add ShiftAnalyzer to compute covariate and label shift between two datasets by @wonjuleee in #855
- Add Ultralytics YOLO format by @vinnamkim in #859
- Add full encryption/decryption functionalities for image datasets to DatumaroBinary format by @vinnamkim in #831
- [Doc] AVA action and MVTec data formats by @wonjuleee in #865
- Update PR template by @chuneuny-emily in #869
- Fix detect unit tests to test false negatives as well by @vinnamkim in #868
- Update doc for regex rules in transform by @sooahleex in #874
- Add publish to PyPI Github action by @vinnamkim in #867
- Add Video formats (video_frames and video_keyframes) by @wonjuleee in #872
- Add prefix to secret key by @vinnamkim in #878
- Add missing requirements by @cih9088 in #877
- Add --no-media-encryption option by @vinnamkim in #875
- Update 3rd-party.txt by @chuneuny-emily in #884
- Add datumaro binary format documentation by @vinnamkim in #880
- Add multiprocessing to DatumaroBinaryExporter by @vinnamkim in #883
- Version up to Releases/1.1.0 by @vinnamkim in #886
New Contributors
Full Changelog: v1.0.0...v1.1.0