An implementation of converting data of COCO format to VOC format
-
You need to download COCO data and unzip it
-
Move this code into the folder where you unzip COCO
-
You can change the class_map in filter.py if you need to. And the COCO_map.txt has the main 80 classes and their map name in COCO.
-
sh run.sh and you can find a new folder Annotations where *.xml are stored there.