waspinator / pycococreator

Helper functions to create COCO datasets
Apache License 2.0
772 stars 179 forks source link

VGG annotation to COCO? #14

Open bassmaamn opened 5 years ago

bassmaamn commented 5 years ago

I have labeled my data using VGG annotator, which provide a Json file at the end. is there a possibility to convert that file into COCO format? thank you

waspinator commented 5 years ago

Sorry, not directly with this tool. If you can create binary numpy masks from the json data, then you can convert to COCO that way.

bassmaamn commented 5 years ago

which tool did you use for annotation ?

waspinator commented 5 years ago

https://github.com/waspinator/js-segment-annotator

there is a python tool to help convert the output to coco

nikhilparmar commented 3 years ago

I have labeled my data using VGG annotator, which provide a Json file at the end. is there a possibility to convert that file into COCO format? thank you

Hello, were you able to solve this problem of conversion ? I am also facing the same issue, I have VGG annotations for instance segmentation and now I am planning to use Object detection which needs only BOX.