Open algila opened 6 years ago
@algila I think you need to download COCO 2017 Stuff Train/Val annotations [401MB]
(here). I just refer to the overview document in this download website and don't dig into structure of the annotation file. So I am not sure if my script could parse it correctly for it's designed for COCO2014.
Running:
python anno_coco2voc.py --anno_file instances_train2014.json --type instance --output_dir ./anno_trainXML
I obtain only 80 folders containing the 80 'things' classes of COCO 2014. In reality that dataset contain also other 91 'stuff' classes (in total coco2014 contain 172 classes). So how can I see the other classes ?