-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.10 #355
Release 1.10 #355
Commits on Apr 5, 2021
-
Rename 'openvino' plugin to 'openvino_plugin' (#205)
Co-authored-by: Jihyeon Yi <jihyeon.yi@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4e2e24a - Browse repository at this point
Copy the full SHA 4e2e24aView commit details -
Make remap labels more accurate, allow explicit label deletion, add d…
…ocs, update tests (#203)
Maxim Zhiltsov authoredApr 5, 2021 Configuration menu - View commit details
-
Copy full SHA for b14dfa0 - Browse repository at this point
Copy the full SHA b14dfa0View commit details
Commits on Apr 8, 2021
-
Kate/handling multiple attributes and speed up detection split (#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
Configuration menu - View commit details
-
Copy full SHA for 70a9005 - Browse repository at this point
Copy the full SHA 70a9005View commit details -
Fix voc to coco example (#209)
* Fix export filtering * update example in readme
Maxim Zhiltsov authoredApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 43070f4 - Browse repository at this point
Copy the full SHA 43070f4View commit details -
Fix export filename for LabelMe format (#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>
Kirill Sizov and Maxim Zhiltsov authoredApr 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b42340 - Browse repository at this point
Copy the full SHA 7b42340View commit details
Commits on Apr 9, 2021
-
split unlabeled data into subsets for task-specific splitters (#211)
* split unlabeled data into subsets for classification, detection. for re-id, 'not-supported' subsets for this data
Configuration menu - View commit details
-
Copy full SHA for 8b4a997 - Browse repository at this point
Copy the full SHA 8b4a997View commit details
Commits on Apr 10, 2021
-
Fix image ext on saving in cvat format (#214)
* fix image saving in cvat format * update changelog
Maxim Zhiltsov authoredApr 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 989f990 - Browse repository at this point
Copy the full SHA 989f990View commit details
Commits on Apr 13, 2021
-
Label "face" for bounding boxes in Wider Face (#215)
* add face label * update changelog
Configuration menu - View commit details
-
Copy full SHA for d549952 - Browse repository at this point
Copy the full SHA d549952View commit details
Commits on Apr 14, 2021
-
Adding "difficult", "truncated", "occluded" attributes when convertin…
…g to Pascal VOC if they are not present (#216) * remove check for 'difficult' attribute * remove check for 'truncated' and 'occluded' attributes * update changelog
Configuration menu - View commit details
-
Copy full SHA for b3eaf4a - Browse repository at this point
Copy the full SHA b3eaf4aView commit details
Commits on Apr 20, 2021
-
Ignore empty lines in YOLO annotations (#221)
* Ignore empty lines in yolo annotations * Add type hints for image class, catch image opening errors in image.size * update changelog
Maxim Zhiltsov authoredApr 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 2f9614a - Browse repository at this point
Copy the full SHA 2f9614aView commit details -
Classification task in LFW dataset format (#222)
* add classification * update changelog * update documentation
Configuration menu - View commit details
-
Copy full SHA for 4279bc8 - Browse repository at this point
Copy the full SHA 4279bc8View commit details
Commits on Apr 21, 2021
-
Add splitter for segmentation task (#223)
* added segmentation_split * updated changelog * rename reidentification to reid
Harim Kang authoredApr 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 00d167c - Browse repository at this point
Copy the full SHA 00d167cView commit details
Commits on Apr 26, 2021
-
Support for CIFAR-10/100 format (#225)
* add CIFAR dataset format * add CIFAR to documentation * update Changelog
Configuration menu - View commit details
-
Copy full SHA for b9469d9 - Browse repository at this point
Copy the full SHA b9469d9View commit details
Commits on Apr 29, 2021
-
add validation item for instance segmentation (#227)
* add validation item for instance segmentation
Configuration menu - View commit details
-
Copy full SHA for ec4b013 - Browse repository at this point
Copy the full SHA ec4b013View commit details
Commits on May 5, 2021
-
Add panoptic and stuff COCO format (#210)
* add coco stuff and panoptic formats * update CHANGELOG Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Zoya Maslova and Maxim Zhiltsov authoredMay 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 4375cdb - Browse repository at this point
Copy the full SHA 4375cdbView commit details
Commits on May 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dbfadc0 - Browse repository at this point
Copy the full SHA dbfadc0View commit details -
add documentation for validator (#233)
* add documentation for validator
Configuration menu - View commit details
-
Copy full SHA for d8cb65d - Browse repository at this point
Copy the full SHA d8cb65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 962ade0 - Browse repository at this point
Copy the full SHA 962ade0View commit details
Commits on May 13, 2021
-
Fix converter for Pascal VOC format (#239)
Kirill Sizov authoredMay 13, 2021 Configuration menu - View commit details
-
Copy full SHA for f28d622 - Browse repository at this point
Copy the full SHA f28d622View commit details
Commits on May 14, 2021
-
User documentation for Pascal VOC format (#228)
* add user documentation for Pascal VOC format * add integration tests * update changelog
Kirill Sizov authoredMay 14, 2021 Configuration menu - View commit details
-
Copy full SHA for ef003ca - Browse repository at this point
Copy the full SHA ef003caView commit details -
Support for MNIST dataset format (#234)
* add mnist format * add mnist csv format * add mnist to documentation
Configuration menu - View commit details
-
Copy full SHA for ca9f78e - Browse repository at this point
Copy the full SHA ca9f78eView commit details
Commits on May 17, 2021
-
make formats docs folder, create COCO format documentation (#241)
* Make formats docs folder, move format docs * Create COCO format documentation
Zoya Maslova authoredMay 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 5412c84 - Browse repository at this point
Copy the full SHA 5412c84View commit details -
Fixes in CIFAR dataset format (#243)
* Add folder creation * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 8c7bbc5 - Browse repository at this point
Copy the full SHA 8c7bbc5View commit details
Commits on May 20, 2021
-
Add user documentation file and integration tests for YOLO format (#246)
* add user documentation file for yolo * add integraion tests * update user manual * update changelog
Kirill Sizov authoredMay 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 6782295 - Browse repository at this point
Copy the full SHA 6782295View commit details
Commits on May 25, 2021
-
* add cityscapes format * add format docs * update changelog
Zoya Maslova authoredMay 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 58892de - Browse repository at this point
Copy the full SHA 58892deView commit details
Commits on May 26, 2021
-
Fix saving attribute in WiderFace extractor (#251)
* add fixes * update changelog
Configuration menu - View commit details
-
Copy full SHA for bac10c7 - Browse repository at this point
Copy the full SHA bac10c7View commit details -
Roman Donchenko authored
May 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 8fd0831 - Browse repository at this point
Copy the full SHA 8fd0831View commit details
Commits on May 27, 2021
-
Configurable Threshold CLI support (#250)
* add validator cli * add configurable validator threshold * update changelog
Configuration menu - View commit details
-
Copy full SHA for d42ff14 - Browse repository at this point
Copy the full SHA d42ff14View commit details
Commits on Jun 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 70e2647 - Browse repository at this point
Copy the full SHA 70e2647View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5bf74b - Browse repository at this point
Copy the full SHA c5bf74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 817cda5 - Browse repository at this point
Copy the full SHA 817cda5View commit details -
Update repo config and badge (#266)
* Update PR template * Update build status badge
Maxim Zhiltsov authoredJun 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 187503d - Browse repository at this point
Copy the full SHA 187503dView commit details -
Fix deprecation warnings (#270)
Maxim Zhiltsov authoredJun 1, 2021 Configuration menu - View commit details
-
Copy full SHA for a77a2a4 - Browse repository at this point
Copy the full SHA a77a2a4View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8140963 - Browse repository at this point
Copy the full SHA 8140963View commit details -
* Tests moved to pytest. Updated CI. Updated requirements. * Updated contribution guide * Added annotations for tests * Updated tests * Added code style guide
Configuration menu - View commit details
-
Copy full SHA for eb572d9 - Browse repository at this point
Copy the full SHA eb572d9View commit details -
* Fix script call * change script call to binary call
Maxim Zhiltsov authoredJun 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 46d9516 - Browse repository at this point
Copy the full SHA 46d9516View commit details
Commits on Jun 3, 2021
-
Fix help program name, add mark_bug (#275)
* Fix prog name * Add mark_bug test annotation
Maxim Zhiltsov authoredJun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for e92da58 - Browse repository at this point
Copy the full SHA e92da58View commit details -
Fix labelmap parameter in CamVid (#262)
* Fix labelmap parameter in camvid
Maxim Zhiltsov authoredJun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 23a92b8 - Browse repository at this point
Copy the full SHA 23a92b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf32c4d - Browse repository at this point
Copy the full SHA bf32c4dView commit details -
Maxim Zhiltsov authored
Jun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 723c500 - Browse repository at this point
Copy the full SHA 723c500View commit details -
Maxim Zhiltsov authored
Jun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for bda41dd - Browse repository at this point
Copy the full SHA bda41ddView commit details
Commits on Jun 8, 2021
-
tests/requirements.py: remove the test_wrapper functions (#285)
Roman Donchenko authoredJun 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 90e5250 - Browse repository at this point
Copy the full SHA 90e5250View commit details
Commits on Jun 9, 2021
-
Subformat importers for VOC and COCO (#281)
* Document find_sources * Add VOC subformat importers * Add coco subformat importers * Fix LFW * Reduce voc detect dataset cases * Reorganize coco tests, add subformat tests * Fix default subset handling in Dataset * Fix getting subset * Fix coco tests * Fix voc tests * Update changelog
Maxim Zhiltsov authoredJun 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 839ca35 - Browse repository at this point
Copy the full SHA 839ca35View commit details -
* add tests * add image_zip format * update changelog Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Kirill Sizov and Maxim Zhiltsov authoredJun 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 54e21bf - Browse repository at this point
Copy the full SHA 54e21bfView commit details -
Add KITTI detection and segmentation formats (#282)
* Add KITTI detection and segmentation formats * Remove unused import * Add KITTI user manual Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Zoya Maslova and Maxim Zhiltsov authoredJun 9, 2021 Configuration menu - View commit details
-
Copy full SHA for c536b07 - Browse repository at this point
Copy the full SHA c536b07View commit details
Commits on Jun 10, 2021
-
Fix loading file and image processing in CIFAR (#284)
* Fix image layout and encoding problems * Update Changelog Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 2bc6be9 - Browse repository at this point
Copy the full SHA 2bc6be9View commit details
Commits on Jun 11, 2021
-
CLI tests for convert command for VOC dataset (#286)
* Add tests for convert command
Kirill Sizov authoredJun 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 01e2551 - Browse repository at this point
Copy the full SHA 01e2551View commit details -
Convert most enum definitions from the functional style to the class …
…style (#290)
Roman Donchenko authoredJun 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 64b01b7 - Browse repository at this point
Copy the full SHA 64b01b7View commit details -
yolo format documentation update (#295)
* add info about coordinates in yolo format doc
Configuration menu - View commit details
-
Copy full SHA for b86a6eb - Browse repository at this point
Copy the full SHA b86a6ebView commit details
Commits on Jun 15, 2021
-
Fix merged dataset item filtering (#258)
* Add tests * Fix xpathfilter transform * Update changelog
Maxim Zhiltsov authoredJun 15, 2021 Configuration menu - View commit details
-
Copy full SHA for 11484ed - Browse repository at this point
Copy the full SHA 11484edView commit details
Commits on Jun 18, 2021
-
Sms/pytest marking cityscapes and zip (#298)
* Updated pytest marking for cityscapes and imagezip.
Configuration menu - View commit details
-
Copy full SHA for e8e305b - Browse repository at this point
Copy the full SHA e8e305bView commit details
Commits on Jun 19, 2021
-
Introduce Validator plugin type (#299)
* Introduce Validator plugin type
Configuration menu - View commit details
-
Copy full SHA for 5cd4abb - Browse repository at this point
Copy the full SHA 5cd4abbView commit details -
Fix validator definitions (#303)
* update changelog * Fixes in validator definitions * Update validator cli
Maxim Zhiltsov authoredJun 19, 2021 Configuration menu - View commit details
-
Copy full SHA for 9eb5246 - Browse repository at this point
Copy the full SHA 9eb5246View commit details
Commits on Jun 20, 2021
-
Make TF availability check optional (#305)
* Make tf availability check optional * update changelog
Maxim Zhiltsov authoredJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 7d7e075 - Browse repository at this point
Copy the full SHA 7d7e075View commit details -
* Add import order check in pylint * Fix some linter problems * Remove warning suppression comments
Maxim Zhiltsov authoredJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 935a502 - Browse repository at this point
Copy the full SHA 935a502View commit details -
Add lazy loading for builtin plugins (#306)
* Refactor env code * Load builtin plugins lazily * update changelog
Maxim Zhiltsov authoredJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 9a2f3f2 - Browse repository at this point
Copy the full SHA 9a2f3f2View commit details -
Update transforms handling in Dataset (#297)
* Update builtin transforms * Optimize dataset length computation when no source * Add filter test * Fix transforms affecting categories * Optimize categories transforms * Update filters * fix imports * Avoid using default docstrings in plugins * Fix patch saving in VOC, add keep_empty export parameter * Fix flush_changes * Fix removed images and subsets in dataset patch * Update changelog * Update voc doc * Skip item transform base class in plugins
Maxim Zhiltsov authoredJun 20, 2021 Configuration menu - View commit details
-
Copy full SHA for ed7706e - Browse repository at this point
Copy the full SHA ed7706eView commit details
Commits on Jun 23, 2021
-
Readable COCO and datumaro format for CJK (#307)
* Do not force ASCII in COCO and Datumaro JSONs for readable CJK * Add tests * Use utf-8 encoding for writing Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 28d2ed5 - Browse repository at this point
Copy the full SHA 28d2ed5View commit details -
Maxim Zhiltsov authored
Jun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 8a5cfd1 - Browse repository at this point
Copy the full SHA 8a5cfd1View commit details -
* Add extensions for images to annotation file * Remove image search in extractor * Update changelog Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 7e35c81 - Browse repository at this point
Copy the full SHA 7e35c81View commit details
Commits on Jun 24, 2021
-
Reduce duplication of dependency information (#308)
* Move requirements from setup.py to requirements-base.txt
Roman Donchenko authoredJun 24, 2021 Configuration menu - View commit details
-
Copy full SHA for f53d423 - Browse repository at this point
Copy the full SHA f53d423View commit details
Commits on Jun 25, 2021
-
Add whitespace error checking to GitHub Actions (#311)
* Fix whitespace errors As detected with `git diff --check`. * Add a job to check for whitespace errors I called it "lint" so that other checks could be added to it later. * Bump copyright years in changed files
Roman Donchenko authoredJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for d2073b8 - Browse repository at this point
Copy the full SHA d2073b8View commit details -
Add initial support for the Open Images dataset (#291)
* Support reading or Labels in Open Images (v4, v5, v6) * Add tests for the Open Images extractor/importer * Add Open Images documentation * Update changelog
Roman Donchenko authoredJun 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 5209d42 - Browse repository at this point
Copy the full SHA 5209d42View commit details
Commits on Jun 29, 2021
-
Fix tensorboardX dependency (#318)
Maxim Zhiltsov authoredJun 29, 2021 Configuration menu - View commit details
-
Copy full SHA for e8371e9 - Browse repository at this point
Copy the full SHA e8371e9View commit details
Commits on Jul 1, 2021
-
Fixing remark-lint issues. Adding remark-linter check. (#321)
* Fix remark-lint issues. * Align continuation lines with the first line. Apply comments * Added remark check
Configuration menu - View commit details
-
Copy full SHA for 121670c - Browse repository at this point
Copy the full SHA 121670cView commit details
Commits on Jul 2, 2021
-
Add an upper bound on the Pillow dependency to work around a regressi…
…on in 8.3 (#323)
Roman Donchenko authoredJul 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 9a85616 - Browse repository at this point
Copy the full SHA 9a85616View commit details -
open_images_user_manual.md: fix image description file URLs
I accidentally swapped the URLs for test and validation sets.
Roman Donchenko committedJul 2, 2021 Configuration menu - View commit details
-
Copy full SHA for d85d385 - Browse repository at this point
Copy the full SHA d85d385View commit details
Commits on Jul 5, 2021
-
Merge pull request #324 from IRDonch/oid-link-fix
open_images_user_manual.md: fix image description file URLs
Configuration menu - View commit details
-
Copy full SHA for 37b8cb0 - Browse repository at this point
Copy the full SHA 37b8cb0View commit details -
* add test * Fix integer overflow in bgr2index
Kirill Sizov authoredJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for f955177 - Browse repository at this point
Copy the full SHA f955177View commit details -
Fix pylint issues. Added pylint checking. (#322)
* Added pylint job for CI * Rework pip install * Fixed remaining pylint warnings Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 41d6829 - Browse repository at this point
Copy the full SHA 41d6829View commit details -
Open Images: add writing support (#315)
* open_images_user_manual.md: fix image description file URLs * open_images_format: add conversion support * open_images_format: add support for images in subdirectories * open_images_format: add tests for writing support * open_images_format: add documentation for the writing support * Update the changelog entry for the Open Images support
Roman Donchenko authoredJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 2c9d720 - Browse repository at this point
Copy the full SHA 2c9d720View commit details -
Add python bandit checks. (#316)
* Add bandit dependency * Add bandit checks on CI * Disable some warnings Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com> Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 36012d4 - Browse repository at this point
Copy the full SHA 36012d4View commit details -
Remove Pylint unused-import warning suppressions (#326)
* Remove Pylint unused-import warning suppressions
Roman Donchenko authoredJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 7e77ac1 - Browse repository at this point
Copy the full SHA 7e77ac1View commit details
Commits on Jul 7, 2021
-
Add a job to check import formatting using isort (#333)
* Reformat all imports using isort * Implement a workflow for checking import formatting based on isort
Roman Donchenko authoredJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 0e174c4 - Browse repository at this point
Copy the full SHA 0e174c4View commit details -
Reformat the enabled checker list in .pylintrc (#335)
Put each code on its own line and add a comment with its symbolic name. That makes the list more understandable and easier to edit.
Roman Donchenko authoredJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for e6f4b69 - Browse repository at this point
Copy the full SHA e6f4b69View commit details -
Merge all linting jobs into one workflow file (#331)
Doing it this way means that on GitHub's Checks page, all jobs are displayed under one "Linter" category, instead of multiple indistinguishable "Linter" categories with one job each. Move the whitespace checking job into the Linter workflow as well, since that's where it logically belongs. I also took the opportunity to slightly rename the jobs in order to spell the linter names correctly.
Roman Donchenko authoredJul 7, 2021 Configuration menu - View commit details
-
Copy full SHA for d52e4c0 - Browse repository at this point
Copy the full SHA d52e4c0View commit details
Commits on Jul 8, 2021
-
* CVAT-3D Milestone-6: Added Supervisely Point Cloud and KITTI Raw 3D formats * Added Cuboid3d annotations * Added docs for new formats Co-authored-by: cdp <cdp123> Co-authored-by: Jayraj <jayrajsolanki96@gmail.com> Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
Configuration menu - View commit details
-
Copy full SHA for da1ecb3 - Browse repository at this point
Copy the full SHA da1ecb3View commit details -
* Clean up the list of messages in .pylintrc * Remove obsolete Pylint options * .pylintrc: move the disable setting and its documentation together * Remove the commented-out setting.
Roman Donchenko authoredJul 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 369ef4a - Browse repository at this point
Copy the full SHA 369ef4aView commit details -
Revert "Add an upper bound on the Pillow dependency to work around a …
Roman Donchenko authoredJul 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a858c58 - Browse repository at this point
Copy the full SHA a858c58View commit details
Commits on Jul 9, 2021
-
Enable pylint checkers that find invalid escape sequences (#344)
Fix the issues that they found.
Roman Donchenko authoredJul 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 91e30a4 - Browse repository at this point
Copy the full SHA 91e30a4View commit details
Commits on Jul 12, 2021
-
Factor out the images.meta loading code from YoloExtractor (#343)
* Factor out the images.meta loading code from YoloExtractor It looks like the same thing will be needed for Open Images, so I'm moving it to a common module. * Rework image.meta parsing code to use shell syntax This allows comments and improves extensibility.
Roman Donchenko authoredJul 12, 2021 Configuration menu - View commit details
-
Copy full SHA for 9173798 - Browse repository at this point
Copy the full SHA 9173798View commit details
Commits on Jul 13, 2021
-
* Add support for CIFAR-100 * Update Changelog * Update user_manual.md * Add notes about differences in formats
Configuration menu - View commit details
-
Copy full SHA for 849ad7f - Browse repository at this point
Copy the full SHA 849ad7fView commit details -
Fix importing for VGG Face 2 (#345)
* correct asset according the original vgg_face2 dataset * fix importing of the original dataset Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Kirill Sizov and Maxim Zhiltsov authoredJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for f9a5a8b - Browse repository at this point
Copy the full SHA f9a5a8bView commit details -
* Fix importing arbitrary file names in COCO subformats * Optimize subset iteration in a simple scenario * Fix subset iteration in dataset with transforms
Maxim Zhiltsov authoredJul 13, 2021 Configuration menu - View commit details
-
Copy full SHA for d6914f5 - Browse repository at this point
Copy the full SHA d6914f5View commit details
Commits on Jul 14, 2021
-
Cuboid 3D for Datumaro format (#349)
* Support cuboid_3d and point cloud in datumaro format * Add cuboid_3d and point cloud tests in datumaro format * Add image size type conversions Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
Kirill Sizov and Maxim Zhiltsov authoredJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for a7f9375 - Browse repository at this point
Copy the full SHA a7f9375View commit details -
Add e2e tests for cuboids (#353)
* Add attr name check in kitti raw * Add sly pcd e2e test * Rename "object" attribute to "track_id" in sly point cloud * Add kitti raw e2e test * Update kitti raw example * update changelog
Maxim Zhiltsov authoredJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 8980da8 - Browse repository at this point
Copy the full SHA 8980da8View commit details -
* Update changelog * Add cifar security notice * Update version
Maxim Zhiltsov authoredJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 859806d - Browse repository at this point
Copy the full SHA 859806dView commit details -
Merge branch 'master' into develop
Maxim Zhiltsov committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 06e8911 - Browse repository at this point
Copy the full SHA 06e8911View commit details