Skip to content

JingyuanHu/COCO2VOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COCO2VOC

An implementation of converting data of COCO format to VOC format

Usage

  1. You need to download COCO data and unzip it

  2. Move this code into the folder where you unzip COCO

  3. 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.

  4. sh run.sh and you can find a new folder Annotations where *.xml are stored there.

You can change the year of COCO you want to convert in run.sh ,default is 2014

About

Convert the data of COCO to VOC format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published