Official Implement of ACM Multimedia 2022 paper 'Semi-supervised Crowd Counting via Density Agency'
- Dowload Dataset.
- The Preprocess Code can be referred to MAN.
- Change the path to where your data and models are located in 'train.py'.
- Run 'train.py'
- Wait patiently and happily for the program to finish.
- Then you will get a good counting model!
- Change the path to where your data and models are located in 'test.py'.
- Run 'test.py'.
If you use this code for your research, please cite our paper:
@inproceedings{lin2022semi,
title={Semi-supervised Crowd Counting via Density Agency},
author={Lin, Hui and Ma, Zhiheng and Hong, Xiaopeng and Wang, Yaowei and Su, Zhou},
booktitle={ACM Multimedia},
year={2022}
}