Skip to content

AndranikSargsyan/crowd-counting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crowd Counting

Create virtual environment

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

Download JHU Crowd++ dataset and extract into ./jhu_crowd_v2.0 path

For starting the training run

python -m crowdnet.train

For inference run

python -m crowdnet.predict --model-path MODEL_PATH --img-path IMAGE_PATH

Download pretrained weights

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published