xialeiliu / CrowdCountingCVPR18

The rep for the Crowd Counting paper accepted by CVPR 2018
102 stars 27 forks source link

How to get the count of the number of people? #1

Closed srika91 closed 6 years ago

srika91 commented 6 years ago

Hello xialeiliu, Is it possible to get the people count from the last conv layer ? if yes how?

regards

xialeiliu commented 6 years ago

yes, the summation of the last conv layer is the people count, because the density map is normalized.

srika91 commented 6 years ago

Thank you