Implementation of PCM 2018 paper
Extended Multi-Column Convolutional Neural Network for Crowd Counting
using tensorflow
- Install tensorflow
- git clone
- download VGG16 model file (vgg16.npy) from https://github.com/machrisaa/tensorflow-vgg
All the data setup process follows the pytorch version implementation:
svishwa/crowdcount-mcnn
tensorflow:
run python3 train.py A(or B)
model is saved to modelA/ or modelB/
run python3 test.py A(or B)
(uncomment code containing heatmap in network.py to generate heatmap)