# coco2voc **Repository Path**: techshoww/coco2voc ## Basic Information - **Project Name**: coco2voc - **Description**: https://github.com/bot66/coco2voc.git - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-06 - **Last Updated**: 2021-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.