microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.27k stars 833 forks source link

Draw Polygon on image asset for annotation number of polygon points(vertices and edges) extension(increase) #984

Open goodengineer opened 4 years ago

goodengineer commented 4 years ago

Is your feature request related to a problem? Please describe. When drawing polygon(P) on an arbitrary image(asset) the number of points(vertices) one can draw seems very low, how to extend it(best to unlimited)?

Describe the solution you'd like An unlimited number of vertices and edges of the annotation polygon drawing. To implement it in the next commit. Can you estimate the time and effort required to do so? Which particular files to modify?