Skip to content

nguyentruonglau/json2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON 2 XML Python 3.7 Documentation Status

All codes assume running from root directory. Please update the sys path at the beginning of the codes before running.

Over View

Json2Xml tool will help you convert from json COCO format to VOC xml format in Object Detection Problem. In sample folder is valid set of Mask Wearing Dataset from Roboflow.

Requirements

imutils==0.5.4
lxml==4.6.3
imagesize==1.2.0

Execution

> python json2xml.py --output-dir (directory will contain xml files)
                     --json_annotations_path (path to json file)

Comment

Give me a star if you find Json2Xml useful to you.

About

Json2Xml tool will help you convert from json COCO format to VOC xml format in Object Detection Problem.

Topics

Resources

License

Stars

Watchers

Forks

Languages