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

mask problem on coco json style #718

Closed
synsis opened this issue Sep 16, 2019 · 6 comments
Closed

mask problem on coco json style #718

synsis opened this issue Sep 16, 2019 · 6 comments
Labels
bug Something isn't working
Milestone

Comments

@synsis
Copy link

synsis commented Sep 16, 2019

The overlap part between two masks would disappear, and the area would only be covered by one of these masks. and another one, would be separated into two parts by the overlap area.

@nmanovic
Copy link
Contributor

@synsis , could you please attach data to reproduce the issue?

@nmanovic nmanovic added this to the Backlog milestone Sep 16, 2019
@synsis
Copy link
Author

synsis commented Sep 16, 2019

@nmanovic

For example, I draw shapes like this.
Screenshot from 2019-09-16 18-03-28

when I download and upload it as cvat xml, it is normal.

But, when I download and upload it in coco xml format, it changes, the overlap part is disapear.
Screenshot from 2019-09-16 18-05-05

For another example, it even create a new shape itself.
Screenshot from 2019-09-16 18-05-46
Screenshot from 2019-09-16 18-06-22

@synsis
Copy link
Author

synsis commented Sep 16, 2019

BTW, I use polygon mode to draw these.

@nmanovic
Copy link
Contributor

@synsis , I see the problem. Need to check if it is correct behaviours or not. We will investigate.

@nmanovic nmanovic added the bug Something isn't working label Sep 16, 2019
@nmanovic nmanovic modified the milestones: Backlog, 1.0.0 - Alpha Sep 16, 2019
@alexolenskyj
Copy link

I am getting this same issue, even if I export as CVAT XML and convert to COCO JSON using the coco converter in the CVAT utils. Instances can be separated, but if there is overlap, only one instance mask will include those pixels.

@nmanovic
Copy link
Contributor

The issue was fixed by @Johannes222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants