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

Sync master and develop #93

Merged
merged 5 commits into from
Jan 19, 2021
Merged

Sync master and develop #93

merged 5 commits into from
Jan 19, 2021

Conversation

zhiltsov-max
Copy link
Contributor

Summary

How to test

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

Maxim Zhiltsov and others added 5 commits September 24, 2020 16:57
Added:
- `ByteImage` class to represent encoded images in memory and avoid recoding on save (<#27>)

Changed:
- Implementation of format plugins simplified (<#22>)
- `default` is now a default subset name, instead of `None`. The values are interchangeable. (<#22>)
- Improved performance of transforms (<#22>)

Removed:
- `image/depth` value from VOC export (<#27>)

Fixed:
- Zero division errors in dataset statistics (<#31>)
* Relax importer for Pascal VOC dataset (search in subdirectories) (#50)

In some cases developers don't want to specify the exact path to Pascal VOC.
Now you have to specify VOCtrainval_11-May-2012/VOCdevkit/VOC2012/. After the
patch it will be possible to specify VOCtrainval_11-May-2012/.

* Allow missing supercategory in COCO annotations (#54)

Now it is possible to load coco_instances dataset even if the annotation file doesn't have supercategory

* Add CamVid format support (#55)

Co-authored-by: Maxim Zhiltsov <[email protected]>

* Fix CamVid format (#57)

* Fix ImageNet format

* Fix CamVid format

* ability to install opencv-python-headless instead opencv-python (#62)

Allow to choose `opencv=python-headless` as dependency with `DATUMARO_HEADLESS=1` env. variable when installing

* Release 0.1.4 (#63)

* update version

* update changelog

Co-authored-by: Nikita Manovich <[email protected]>
Co-authored-by: Anastasia Yasakova <[email protected]>
Co-authored-by: Andrey Zhavoronkov <[email protected]>
@zhiltsov-max zhiltsov-max merged commit 3fdbf37 into develop Jan 19, 2021
@zhiltsov-max zhiltsov-max deleted the zm/sync-master branch February 16, 2021 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant