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_map
inmain.py
. Set label text toNone
to discard this class - Execute
python3 main.py