Play with state-of-the-art pedestrian detectors.
- pytorch
- tensorflow (only
tensorboard
is used) - tensorboardX
pip install tensorboardX
- visdom
pip install visdom
- Compiling libs
cd ./libs make
- citypersons and cityscape dataset: download coco and extract zips under
./data/citypersons/
, so your dirs look like,./data/ data/citypersons/{annotations} data/citypersons/cityscape data/citypersons/cityscape/leftImg8bit/{train|val|test} data/citypersons/cityscape/gtFine/{train|val|test}
```bash
python libs/datasets/citypersons2.py
```
```bash
sh ./exper/citypersons/retinanet/train_test_resnet50_softmax.sh
```