Skip to content

shiyemin/voc2coco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pascol voc to coco

Convert pascol voc annotation xml to COCO json format.

  1. pip install lxml
  2. python voc2coco.py xmllist.txt ../Annotations output.json

The xmllist.txt is the list of xml file names to convert. 000005.xml 000007.xml 000009.xml

The "../Annotations" is the place where all xmls located.

The "output.json" is the output json file.

About

Convert pascol voc annotation xml to COCO json format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages