nightrome / cocostuff10k

The official homepage of the (outdated) COCO-Stuff 10K dataset.
https://arxiv.org/abs/1612.03716
277 stars 55 forks source link

prepare my own data as cocostuff #15

Closed dexter1608 closed 6 years ago

dexter1608 commented 6 years ago

Hi I have annotated json files of each image made through (labelme) tool how should I convert this into cocostuff dataset formt?

nightrome commented 6 years ago

Hi dexter1608. Thanks for your interest. I am not sure why you would like to bring your dataset in this format. It is actually the standard COCO format. For more information see http://cocodataset.org/#download. Maybe you can get some inspiration from this script which converts a bunch of Matlab annotation files in LabelMe format into a single JSON in COCO format.