Skip to content

Format fixes in COCO and VOC#195

Merged
zhiltsov-max merged 4 commits intodevelopfrom
zm/format-fixes
Mar 31, 2021
Merged

Format fixes in COCO and VOC#195
zhiltsov-max merged 4 commits intodevelopfrom
zm/format-fixes

Conversation

@zhiltsov-max
Copy link
Copy Markdown
Contributor

Summary

Closes #183

  • Added an option to save images in COCO in flat layout, disable by default
  • Removed conflicting mask attributes in VOC extractor

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

@zhiltsov-max zhiltsov-max merged commit 032b0c1 into develop Mar 31, 2021
@zhiltsov-max zhiltsov-max deleted the zm/format-fixes branch March 31, 2021 10:04
zhiltsov-max pushed a commit that referenced this pull request Mar 31, 2021
* bugfix - ignore subsets of near-zero-ratio (#187)

* Ignore subsets of near-zero-ratio in splitter

Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>

* Fix validator imbalance threshold (#190)

* Validator threshold adjustment + style correction

Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>

* Allow undeclared label attributes on CVAT format (#192)

* Add saving and parsing of attributes in label categories in Datumaro format

* Support common label attributes in CVAT format, add an option to ignore undeclared attributes

* Add logging for parsed parameters in plugins

* update changelog

* Fix export of masks with holes (#188)

* Fix export of masks with holes in polygons (background class should not introduce a new instance)

* update changelog

* Format fixes in COCO and VOC (#195)

* Allow splitting and merging of image directories in COCO export

* Avoid producing conflicting attributes in VOC segmentation

Co-authored-by: Jihyeon Yi <jihyeon.yi@intel.com>
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.

create subset folders when converting voc to coco /w save-images option

2 participants