Skip to content
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

Merged
merged 88 commits into from
Jul 14, 2021
Merged

Release 1.10 #355

merged 88 commits into from
Jul 14, 2021

Commits on Apr 5, 2021

  1. Rename 'openvino' plugin to 'openvino_plugin' (#205)

    Co-authored-by: Jihyeon Yi <jihyeon.yi@intel.com>
    chuneuny-emily and jihyeonyi authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    4e2e24a View commit details
    Browse the repository at this point in the history
  2. Make remap labels more accurate, allow explicit label deletion, add d…

    …ocs, update tests (#203)
    Maxim Zhiltsov authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    b14dfa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. 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
    jihyeonyi authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    70a9005 View commit details
    Browse the repository at this point in the history
  2. Fix voc to coco example (#209)

    * Fix export filtering
    
    * update example in readme
    Maxim Zhiltsov authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    43070f4 View commit details
    Browse the repository at this point in the history
  3. 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 authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7b42340 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. 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
    jihyeonyi authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    8b4a997 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Fix image ext on saving in cvat format (#214)

    * fix image saving in cvat format
    
    * update changelog
    Maxim Zhiltsov authored Apr 10, 2021
    Configuration menu
    Copy the full SHA
    989f990 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Label "face" for bounding boxes in Wider Face (#215)

    * add face label
    
    * update changelog
    yasakova-anastasia authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d549952 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. 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
    yasakova-anastasia authored Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b3eaf4a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. 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 authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    2f9614a View commit details
    Browse the repository at this point in the history
  2. Classification task in LFW dataset format (#222)

    * add classification
    
    * update changelog
    
    * update documentation
    yasakova-anastasia authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    4279bc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Add splitter for segmentation task (#223)

    * added segmentation_split
    
    * updated changelog
    
    * rename reidentification to reid
    Harim Kang authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    00d167c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Support for CIFAR-10/100 format (#225)

    * add CIFAR dataset format
    
    * add CIFAR to documentation
    
    * update Changelog
    yasakova-anastasia authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    b9469d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. add validation item for instance segmentation (#227)

    * add validation item for instance segmentation
    jihyeonyi authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ec4b013 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. 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 authored May 5, 2021
    Configuration menu
    Copy the full SHA
    4375cdb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    dbfadc0 View commit details
    Browse the repository at this point in the history
  2. add documentation for validator (#233)

    * add documentation for validator
    jihyeonyi authored May 10, 2021
    Configuration menu
    Copy the full SHA
    d8cb65d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    962ade0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Fix converter for Pascal VOC format (#239)

    Kirill Sizov authored May 13, 2021
    Configuration menu
    Copy the full SHA
    f28d622 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. User documentation for Pascal VOC format (#228)

    * add user documentation for Pascal VOC format
    
    * add integration tests
    
    * update changelog
    Kirill Sizov authored May 14, 2021
    Configuration menu
    Copy the full SHA
    ef003ca View commit details
    Browse the repository at this point in the history
  2. Support for MNIST dataset format (#234)

    * add mnist format
    
    * add mnist csv format
    
    * add mnist to documentation
    yasakova-anastasia authored May 14, 2021
    Configuration menu
    Copy the full SHA
    ca9f78e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. make formats docs folder, create COCO format documentation (#241)

    * Make formats docs folder, move format docs
    
    * Create COCO format documentation
    Zoya Maslova authored May 17, 2021
    Configuration menu
    Copy the full SHA
    5412c84 View commit details
    Browse the repository at this point in the history
  2. Fixes in CIFAR dataset format (#243)

    * Add folder creation
    
    * Update changelog
    yasakova-anastasia authored May 17, 2021
    Configuration menu
    Copy the full SHA
    8c7bbc5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. 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 authored May 20, 2021
    Configuration menu
    Copy the full SHA
    6782295 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Add Cityscapes format (#249)

    * add cityscapes format
    
    * add format docs
    
    * update changelog
    Zoya Maslova authored May 25, 2021
    Configuration menu
    Copy the full SHA
    58892de View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Fix saving attribute in WiderFace extractor (#251)

    * add fixes
    
    * update changelog
    yasakova-anastasia authored May 26, 2021
    Configuration menu
    Copy the full SHA
    bac10c7 View commit details
    Browse the repository at this point in the history
  2. Fix spelling errors (#252)

    Roman Donchenko authored May 26, 2021
    Configuration menu
    Copy the full SHA
    8fd0831 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configurable Threshold CLI support (#250)

    * add validator cli
    
    * add configurable validator threshold
    
    * update changelog
    seungyoon-woo authored May 27, 2021
    Configuration menu
    Copy the full SHA
    d42ff14 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. CI. Move to GitHub actions. (#263)

    * Moving to GitHub Actions
    dvkruchinin authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    70e2647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bf74b View commit details
    Browse the repository at this point in the history
  3. Rename workflows (#265)

    * Rename workflows
    Maxim Zhiltsov authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    817cda5 View commit details
    Browse the repository at this point in the history
  4. Update repo config and badge (#266)

    * Update PR template
    
    * Update build status badge
    Maxim Zhiltsov authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    187503d View commit details
    Browse the repository at this point in the history
  5. Fix deprecation warnings (#270)

    Maxim Zhiltsov authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a77a2a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Update RISE docs (#255)

    * Update rise docs
    
    * Update cli help
    Maxim Zhiltsov authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    8140963 View commit details
    Browse the repository at this point in the history
  2. Pytest related changes (#248)

    * Tests moved to pytest. Updated CI. Updated requirements.
    
    * Updated contribution guide
    
    * Added annotations for tests
    
    * Updated tests
    
    * Added code style guide
    sstrehlk authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    eb572d9 View commit details
    Browse the repository at this point in the history
  3. Fix CI (#272)

    * Fix script call
    
    * change script call to binary call
    Maxim Zhiltsov authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    46d9516 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Fix help program name, add mark_bug (#275)

    * Fix prog name
    
    * Add mark_bug test annotation
    Maxim Zhiltsov authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e92da58 View commit details
    Browse the repository at this point in the history
  2. Fix labelmap parameter in CamVid (#262)

    * Fix labelmap parameter in camvid
    Maxim Zhiltsov authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    23a92b8 View commit details
    Browse the repository at this point in the history
  3. Release 0.1.9 (dev) (#276)

    * Update version
    
    * Update changelog
    Maxim Zhiltsov authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    bf32c4d View commit details
    Browse the repository at this point in the history
  4. Fix numpy conflict (#278)

    Maxim Zhiltsov authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    723c500 View commit details
    Browse the repository at this point in the history
  5. Add changelog stub (#279)

    Maxim Zhiltsov authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    bda41dd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    90e5250 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. 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 authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    839ca35 View commit details
    Browse the repository at this point in the history
  2. Add image zip format (#273)

    * add tests
    
    * add image_zip format
    
    * update changelog
    
    Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
    Kirill Sizov and Maxim Zhiltsov authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    54e21bf View commit details
    Browse the repository at this point in the history
  3. 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 authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c536b07 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. 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>
    yasakova-anastasia and Maxim Zhiltsov authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    2bc6be9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. CLI tests for convert command for VOC dataset (#286)

    * Add tests for convert command
    Kirill Sizov authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    01e2551 View commit details
    Browse the repository at this point in the history
  2. Convert most enum definitions from the functional style to the class …

    …style (#290)
    Roman Donchenko authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    64b01b7 View commit details
    Browse the repository at this point in the history
  3. yolo format documentation update (#295)

    * add info about coordinates in yolo format doc
    sstrehlk authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    b86a6eb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Fix merged dataset item filtering (#258)

    * Add tests
    
    * Fix xpathfilter transform
    
    * Update changelog
    Maxim Zhiltsov authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    11484ed View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Sms/pytest marking cityscapes and zip (#298)

    * Updated pytest marking for cityscapes and imagezip.
    sstrehlk authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    e8e305b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Introduce Validator plugin type (#299)

    * Introduce Validator plugin type
    chuneuny-emily authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    5cd4abb View commit details
    Browse the repository at this point in the history
  2. Fix validator definitions (#303)

    * update changelog
    
    * Fixes in validator definitions
    
    * Update validator cli
    Maxim Zhiltsov authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    9eb5246 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Make TF availability check optional (#305)

    * Make tf availability check optional
    
    * update changelog
    Maxim Zhiltsov authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    7d7e075 View commit details
    Browse the repository at this point in the history
  2. Update pylint (#304)

    * Add import order check in pylint
    
    * Fix some linter problems
    
    * Remove warning suppression comments
    Maxim Zhiltsov authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    935a502 View commit details
    Browse the repository at this point in the history
  3. Add lazy loading for builtin plugins (#306)

    * Refactor env code
    
    * Load builtin plugins lazily
    
    * update changelog
    Maxim Zhiltsov authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    9a2f3f2 View commit details
    Browse the repository at this point in the history
  4. 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 authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    ed7706e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. 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>
    jaesuny and Maxim Zhiltsov authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    28d2ed5 View commit details
    Browse the repository at this point in the history
  2. Force utf-8 everywhere (#309)

    Maxim Zhiltsov authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    8a5cfd1 View commit details
    Browse the repository at this point in the history
  3. Fix in ImageNet_txt (#302)

    * Add extensions for images to annotation file
    
    * Remove image search in extractor
    
    * Update changelog
    
    Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
    yasakova-anastasia and Maxim Zhiltsov authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    7e35c81 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Reduce duplication of dependency information (#308)

    * Move requirements from setup.py to requirements-base.txt
    Roman Donchenko authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f53d423 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. 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 authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    d2073b8 View commit details
    Browse the repository at this point in the history
  2. 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 authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5209d42 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Fix tensorboardX dependency (#318)

    Maxim Zhiltsov authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    e8371e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. 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
    dvkruchinin authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    121670c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Add an upper bound on the Pillow dependency to work around a regressi…

    …on in 8.3 (#323)
    Roman Donchenko authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    9a85616 View commit details
    Browse the repository at this point in the history
  2. open_images_user_manual.md: fix image description file URLs

    I accidentally swapped the URLs for test and validation sets.
    Roman Donchenko committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    d85d385 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Merge pull request #324 from IRDonch/oid-link-fix

    open_images_user_manual.md: fix image description file URLs
    yasakova-anastasia authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    37b8cb0 View commit details
    Browse the repository at this point in the history
  2. Fix COCO Panoptic (#319)

    * add test
    
    * Fix integer overflow in bgr2index
    Kirill Sizov authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    f955177 View commit details
    Browse the repository at this point in the history
  3. 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>
    dvkruchinin and Andrey Zhavoronkov authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    41d6829 View commit details
    Browse the repository at this point in the history
  4. 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 authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    2c9d720 View commit details
    Browse the repository at this point in the history
  5. 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>
    3 people authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    36012d4 View commit details
    Browse the repository at this point in the history
  6. Remove Pylint unused-import warning suppressions (#326)

    * Remove Pylint unused-import warning suppressions
    Roman Donchenko authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    7e77ac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. 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 authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    0e174c4 View commit details
    Browse the repository at this point in the history
  2. 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 authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e6f4b69 View commit details
    Browse the repository at this point in the history
  3. 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 authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    d52e4c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Fix cuboids / 3d / M6 (#320)

    * 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>
    3 people authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    da1ecb3 View commit details
    Browse the repository at this point in the history
  2. Clean up .pylintrc (#340)

    * 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 authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    369ef4a View commit details
    Browse the repository at this point in the history
  3. Revert "Add an upper bound on the Pillow dependency to work around a …

    …regression in 8.3 (#323)" (#341)
    
    The regression was fixed in 8.3.1.
    
    This reverts commit 9a85616.
    Roman Donchenko authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a858c58 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Enable pylint checkers that find invalid escape sequences (#344)

    Fix the issues that they found.
    Roman Donchenko authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    91e30a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. 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 authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    9173798 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Support for CIFAR-100 (#301)

    * Add support for CIFAR-100
    
    * Update Changelog
    
    * Update user_manual.md
    
    * Add notes about differences in formats
    yasakova-anastasia authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    849ad7f View commit details
    Browse the repository at this point in the history
  2. 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 authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    f9a5a8b View commit details
    Browse the repository at this point in the history
  3. Dataset caching fixes (#351)

    * Fix importing arbitrary file names in COCO subformats
    
    * Optimize subset iteration in a simple scenario
    
    * Fix subset iteration in dataset with transforms
    Maxim Zhiltsov authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d6914f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. 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 authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    a7f9375 View commit details
    Browse the repository at this point in the history
  2. 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 authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8980da8 View commit details
    Browse the repository at this point in the history
  3. Release 0.1.10 (dev) (#354)

    * Update changelog
    
    * Add cifar security notice
    
    * Update version
    Maxim Zhiltsov authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    859806d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into develop

    Maxim Zhiltsov committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    06e8911 View commit details
    Browse the repository at this point in the history