Skip to content

Fix export of masks with holes#188

Merged
zhiltsov-max merged 4 commits intodevelopfrom
zm/holes-in-polygons
Mar 31, 2021
Merged

Fix export of masks with holes#188
zhiltsov-max merged 4 commits intodevelopfrom
zm/holes-in-polygons

Conversation

@zhiltsov-max
Copy link
Copy Markdown
Contributor

@zhiltsov-max zhiltsov-max commented Mar 25, 2021

Summary

  • Fixed export of instance masks with holes in VOC format
    • 'background' class objects don't introduce a new instance on a mask

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 0f18908 into develop Mar 31, 2021
@zhiltsov-max zhiltsov-max deleted the zm/holes-in-polygons branch March 31, 2021 09:58
@zhiltsov-max zhiltsov-max restored the zm/holes-in-polygons branch March 31, 2021 09:59
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>
@zhiltsov-max zhiltsov-max deleted the zm/holes-in-polygons branch April 20, 2021 13:28
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.

2 participants