Prepare you own data, please refer to C-3-FrameWork for detailed instructions.
- Download checkpoint_best.pth and put it into ./checkpoints/GCN_paper_SHAB/
python test_SHA.py
- Download checkpoint_best.pth and put it into ./checkpoints/GCN_paper_JHU/
python test_JHU.py
- Download checkpoint_best.pth and put it into ./checkpoints/GCN_paper_QNRF/
python test_QNRF.py
Our method achieved 76.4 MAE and 327.4 MSE on NWPU-Crowd counting benchmark
If you find our work useful or our work gives you any insights, please cite:
@article{Meng_2022_Adaptive_Counting,
author = {Meng, Yanda and Bridge, Joshua and Zhao, Yitian and Joddrell, Martha and Qiao, Yihong and Yang, Xiaoyun and Huang, Xiaowei and Zheng, Yalin},
title = {Transportation Object Counting with Graph-Based Adaptive Auxiliary Learning},
journal = {IEEE Transactions on Intelligent Transportation System},
year = {2022},
}