forked from biranchi2018/People-Counter-1
-
Notifications
You must be signed in to change notification settings - Fork 0
brianedelman/People-Counter-1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
There are two different methods of using this program. The first is to run it on video footage which you can do from the terminal. To do so use the following command: python motion_detector.py --video [file path to video] For example :python motion_detector.py -v videos/solo_person_walking.mp4 To run the algorithm to a camera that is attached to the machine that you're running it on just run the program in the IDE or: python motion_detector.py You can change the position of the boundary by changing the variable line_point1 and line_point2 at the top. For different camera positions you may want to change the minimum size and the number of dilations and erosions.
About
A people counter written in python and using openCV - it utilizes background subtraction and can work in real time.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%