SkillAgentSearch skills...

MSCNN

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

Install / Use

/learn @xiaochus/MSCNN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars68
CategoryDevelopment
Updated1y ago
Forks19

Languages

Python

Security Score

85/100

Audited on Nov 13, 2024

No findings