Experiment implementation of DeepCrowd.
Modify configs/new-train.json, then run
python main.py new-train [task number]
Modify configs/resume.json, then run
python main.py resume [task number]
Modify configs/resume.json, then run
python main.py inference [task number]
Most key hyper-paramters are specified in configs/*.json
Other parameters are specified in config.py
Task parameters are specified in challenges/*.json
Other stage parameters are specified in env/stage.py
- pytorch 1.0
- pyqtgraph
- tensorboard