People Counting in Real-Time with an IP camera.
Go to file
Sai Subhakar T 24c2a9a55e
added readme
2020-08-18 21:50:02 +02:00
mobilenet_ssd added main project files 2020-08-18 21:18:38 +02:00
mylib added main project files 2020-08-18 21:18:38 +02:00
videos added main project files 2020-08-18 21:18:38 +02:00
LICENSE Initial commit 2020-08-18 21:14:40 +02:00
Log.csv added main project files 2020-08-18 21:18:38 +02:00
README.md added readme 2020-08-18 21:50:02 +02:00
requirements.txt added main project files 2020-08-18 21:18:38 +02:00
Run.py added main project files 2020-08-18 21:18:38 +02:00

People-Counting-in-Real-Time

People Counting in Real-Time using live video stream/IP camera in OpenCV.

This repo is a simple improvement/modification to https://www.pyimagesearch.com/2018/08/13/opencv-people-counter/

  • The primary aim is to use the project as a business perspective, ready to scale.
  • Use case: counting the number of people in the stores/buildings/shopping malls etc., in real-time.
  • Sending an alert to the staff if the people are way over the limit.
  • Acts as a measure towards footfall analysis and in a way to tackle COVID-19.

Table of Contents

Theory