mcordts / cityscapesScripts

README and scripts for the Cityscapes Dataset
MIT License
2.19k stars 608 forks source link

Annotation with Polyline Support #144

Open sunstarchan opened 3 years ago

sunstarchan commented 3 years ago

I notice that there are only polygon and bounding box supported in the script, which are closed shape.

I would like to annotate some line strip objects. Is there any chance to support this kind of features?

A trick way is to create polygon as usual, but not save the last point when generating json file.

Thanks.