COCO JSON to PASCAL VOC XML converter Converts COCO JSON annotation format to PASCAL VOC XML annotation format (for object detection). Usage: python coco2voc.py --ann_file <path to annotations file> --output_dir <path to output directory>