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

Bug with the polygon annotation generated - Online Tool #97

Open
AdanMora opened this issue Feb 8, 2019 · 0 comments
Open

Bug with the polygon annotation generated - Online Tool #97

AdanMora opened this issue Feb 8, 2019 · 0 comments

Comments

@AdanMora
Copy link

AdanMora commented Feb 8, 2019

Hello,

I'm working with the online tool in order to label instances in images and obtain the mask of each object from the annotation generated for each polygon made in the image.

The problem is that the points generated have out of bounds values, for example, if I have an image which size is (1024, 512), if I draw a polygon in a edge (x = 0, or x = 1024), the XML generated has values like 1025.

At the beginning I notice that each point generated starts at 1, not in 0, because where is values like x = 1024 or y = 512, but a x = 1025 is rare.

You guys are doing an excellent job, best regards,
Adán Mora

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

No branches or pull requests

1 participant