Thanks to visit codestin.com
Credit goes to github.com

Skip to content

iamkamleshrangi/people-counting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#People Counting

Just plug and play with this software. It can calculate number number of people comming to the shop and going out from the shop.

Thanks...

USAGE To read and write back out to video: python people_counter.py --prototxt mobilenet_ssd/MobileNetSSD_deploy.prototxt --model mobilenet_ssd/MobileNetSSD_deploy.caffemodel --input videos/example_01.mp4 --output output/output_01.avi

To read from webcam and write back out to disk: python people_counter.py --prototxt mobilenet_ssd/MobileNetSSD_deploy.prototxt --model mobilenet_ssd/MobileNetSSD_deploy.caffemodel --output output/webcam_output.avi

About

people counting based on opencv with train model to detect motion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages