CasiaFan / Dataset_to_VOC_converter

Scripts to convert datasets (Caltech pedestrian, MS COCO, HDA) to PASCAL VOC format
MIT License
194 stars 57 forks source link

XML files only related to the 80 'things' classes #5

Open algila opened 6 years ago

algila commented 6 years ago

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 ?

CasiaFan commented 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.