Frank-Xu0818 / coco2voc

Yet another coco2voc.py, convert MSCOCO json to PASCAL VOC xml in Object Detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

A python script for converting MSCOCO json file format to PASCAL VOC xml file format in Object Detection.

python coco2voc.py --json_path path/to/data.json  --output path/to/save/xml_files 

type python coco2voc.py -h for more details.

About

Yet another coco2voc.py, convert MSCOCO json to PASCAL VOC xml in Object Detection.

License:MIT License


Languages

Language:Python 100.0%