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

Fix holes in exported instance masks #3044

Merged
merged 9 commits into from
Apr 2, 2021
Merged

Fix holes in exported instance masks #3044

merged 9 commits into from
Apr 2, 2021

Conversation

zhiltsov-max
Copy link
Contributor

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

Motivation and context

Fixes #2958

  • background polygons do not introduce new instances on new masks in the Segmentation Mask format
  • Datumaro version is updated to 0.1.8
  • Added information about mask interaction in user guide
  • Added Datumaro format description in format readme
  • Updated COCO format description in format readme
  • Added COCO keypoints instruction in format readme
  • Added an instruction on mask export in TFrecord

How has this been tested?

Unit tests

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) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

Maxim Zhiltsov added 2 commits March 31, 2021 18:01
- Update COCO documentation
- Add Datumaro format description
- Add TF guide on mask exporting
- Add keypoint export guide in COCO
@zhiltsov-max zhiltsov-max changed the title [WIP] Fix holes in exported instance masks Fix holes in exported instance masks Mar 31, 2021
@coveralls
Copy link

coveralls commented Mar 31, 2021

Coverage Status

Coverage decreased (-0.06%) to 75.45% when pulling 46c3132 on zm/update-dm-0.1.8 into a60b489 on develop.

CHANGELOG.md Outdated Show resolved Hide resolved
@bsekachev bsekachev merged commit beadcb1 into develop Apr 2, 2021
@bsekachev bsekachev deleted the zm/update-dm-0.1.8 branch April 7, 2021 08:27
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.

Hole cutting in polygons
4 participants