- python3.6
- numpy
- xml
- Put the json training annotations into one directory
- Run:
python citypersons2voc.py --input_dir "your json annos dir" --output_dir "output pascal dir"
a simple script that convert citypersons json annotations to Pascal VOC format
Python