Pedestrian detection framework as detailed in arXiv report, accepted to ICCV 2019.
Our MGAN is based on mmdetection. Please check INSTALL.md for installation instructions.
You can download CityScapes Datasets.Put it in data folder.
The following commands will test the model on 1 GPU. The model can be downloaded here
./tools/dist_test.sh city_cfgs/mgan_50_65.py models/50_65.pth 1 --eval bbox --out result/50_65.pkl
The following command will evaltate the results on CityPersons
python eval/eval_demo.py