surajdakua / Crowd-Counting-Using-Pytorch

Pytorch based Crowd-Counting model to estimate the number of people in crowdy areas such as Stadium, Music festival etc.
40 stars 9 forks source link

If you like my work then please visit

www.sdak.epizy.com

Crowd-Counting-Using-Pytorch

Pytorch based Crowd-Counting model using SCNN_CSRNet.

What is Crowd-Counting?

Crowd counting is a technique to count the number of people present in the image. Counting the number of people in sparse crowd is way simpler than counting the count in dense areas where the amount of people is huge like sports stadium or any tomorrowland festival. So by this technique we can do it in few seconds.

Why we need Crowd-Counting?

By looking in the below image can we calculate the crowd count well yess but this is time consuming task right? This is where your deep learning skills kick in we just automate the process with the help of something known as Convolutional Neural Network or CNN. We will talk in lil depth about how we implement our model, trained and tested it.

Link for the Shanghai Dataset:

https://www.dropbox.com/s/fipgjqxl7uj8hd5/ShanghaiTech.zip?dl=0

Installation:

Density Map of the following image.

Papers to make you understand the concept more clear.

- https://arxiv.org/pdf/1907.02724v1.pdf
- https://arxiv.org/pdf/1708.00199v2.pdf
- https://arxiv.org/pdf/1707.09605v2.pdf
- https://arxiv.org/pdf/1803.03095v1.pdf

Reference and Motivation.

https://www.analyticsvidhya.com/blog/2019/02/building-crowd-counting-model-python/