A tool that converts CityPersons dataset into PASCAL VOC format.
- CityPerson Images: https://www.cityscapes-dataset.com/
- CityPerson Annoations: https://bitbucket.org/shanshanzhang/citypersons/overview
Some of the images in training set contain no instances, the script will filter them out.
Expected number of images:
train: 2778 (filtered)
val : 500 (full set)
- Modify the paths in the
main.py. - Modify the
lbl_mapinmain.py. Set label text toNoneto discard this class - Execute
python3 main.py