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

Fail to generate correct polygon based annotation file in csv format #991

Open jingweimo opened 4 years ago

jingweimo commented 4 years ago

I am using VoTT 2.2.0 in windows 10. In Export Settings, I have set the Provider to "Common Separated Values (CSV)". After completing polygon based annotations, the annotation results in the exported .csv file are still bounding box based, with 6 columns of image, xmin, ymin, xmax, ymax and label:

image

I was wonder if the latest VoTT version supports polygon annotation export in csv format or not