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

Export to COCO annotation format? #1009

Closed apiszcz closed 3 years ago

apiszcz commented 3 years ago

Is there a recommendation to an approach or method to output the annotations to the COCO output format?

yuchen3279 commented 3 years ago

I think you need to write the script to convert the vott JSON to coco JSON format.

apiszcz commented 3 years ago

Tx, I did.

abdo-ameen commented 3 years ago

can you please share the script?