/citypersons2voc

a simple script that convert citypersons json annotations to Pascal VOC format

Primary LanguagePython

Convert Cityperson Json Annotations to PASCAL VOC Format

Dependencies

  • python3.6
  • numpy
  • xml

How to Run

  • Put the json training annotations into one directory
  • Run:
python citypersons2voc.py --input_dir "your json annos dir" --output_dir "output pascal dir"