This is a demo project showing how to train a crowd counting model using PyTorch framework.
Clone this repository:
`git clone https://github.com/muasifk/crowd-density-estimation.git`
Change the path to the training data in src.train.py
.
Start training.
`python train.py`
Define the path to the test images, or change the url of the image in predict.py
.
`python predict.py`
The inference outputs (predictions) will be saved to the predictions directory.
Muhammad Asif Khan < asifk@ieee.org >