This is a people counter program that detects the number of people in a single in any road by analysing video via IP Camera of Drone or Mobile device or it can also analyze a recorded video file.I think it will be really very helpfull if anybody uses it in their drones to surveillance about that the no of peoples are roaming outside.
๐ Checkout the COVID-19 Tacker ๐ท | INDIA ๐ฎ๐ณ
- Python3 (my version of development is Python 3.7.5 64-bit)
- Pyimagesearch
- Imutils
- argparse
- time
- dlib
- scipy
- Numpy
- Matplotlib
- OpenCV
To use my program this requirements have to be fulfilled in your machine
To test my program just follow this steps .
-
First Clone/Download this repository to your computer.
-
After Downloading/Cloning the Repository Just Enter this code to the terminal (Open the terminal from inside this downloaded folder)
./test.sh
-
If all are set and you get no error then you can proceed to the next steps and connect it with the IP Camera if your chosen device (Drones , CCTVs or Mobile Devices ).
To Connect with another devices just follow this steps . (Here connection with a mobile device is shown ).
-
Download IP Webcam app from Google
Play store. -
Then Open the app.
-
Select Start Server
-
Note Down the IPv4 address.
-
Enter the following code in terminal (Open the terminal from inside this downloaded folder).
./run.sh
-
Enter the IPv4 address of the camera in the terminal when prompted and start Surveillancing.
๐ข๐ฝ๐ช๐ ๐๐ธ๐ถ๐ฎ , ๐ข๐ฝ๐ธ๐น ๐ฝ๐ฑ๐ฎ ๐๐ธ๐ถ๐ถ๐พ๐ท๐ฒ๐ฝ๐ ๐ข๐น๐ป๐ฎ๐ช๐ญ. ๐๐๐ง๐ ๐ช๐ ๐ฆ๐ฃ๐ค๐๐๐, ๐๐๐ง๐ ๐ช๐ ๐ฆ๐ฃ ๐ค๐ ๐๐๐๐ฅ๐ช
- To reduce the percentage of people roaming outside everyday
- To provide better tracking system and proper measurement of people density in various areas
- The ML Model was built by taken help from http://www.pyimagesearch.com , and special thanks to Adrian Rosebrock for the awesome contribution in the image processing domain.