All Projects → xiaochus → Mscnn

xiaochus / Mscnn

Licence: mit
A Python 3 and Keras 2 implementation of MSCNN for people counting.

Programming Languages

python
139335 projects - #7 most used programming language

MSCNN

A Python 3 and Keras 2 implementation of MSCNN for people countingand provide train method.

Requirement

  • Python 3.6
  • Keras 2.2.2
  • Tensorflow-gpu 1.8.0
  • OpenCV 3.4

MSCNN and MSB architectures

MSCNN

MSCNN

MSB

MSB

Experiment

data

Mall Dataset crowd counting dataset

Generate density_map from data:

density map

train

run the follow command:

python train.py --size 224 --batch 16 --epochs 100

test in dataset

real count:30
pred count:27

res

Reference

@article{MSCNN,  
  title={Multi-scale convolutional neural network for crowd counting},  
  author={Lingke Zeng, Xiangmin Xu, Bolun Cai, Suo Qiu, Tong Zhang},
  journal={2017 IEEE International Conference on Image Processing (ICIP)},
  year={2017}
}

Copyright

See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].