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

Creating SBD dataset from polygon information #64

Open
ogail opened this issue Jun 24, 2017 · 0 comments
Open

Creating SBD dataset from polygon information #64

ogail opened this issue Jun 24, 2017 · 0 comments

Comments

@ogail
Copy link

ogail commented Jun 24, 2017

Hi,
I want to conduct MNC training on my own dataset, however the object boundaries ground truth information I have is in polygon points + class format like this: {class: "pen", "polygon": [(x1,y1), (x2,y2),(x3,y3),(x4,y4)]}. I'd appreciate if anyone is aware of an existing code or an easy way to convert this into SBD format. Note that closest thing I found was converting SpaceNet getJson labels to Pascal VOC labels (however, this requires converting what I have to getJson labels, which is still not as straightforward).

Any help/tips on a way to easily convert polygons/class to SBD would be appreciate.

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