This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://github.com/poojavinod100/People-Counting-Crowd-Density-Detection/blob/master/people_counter.py | |
#pip install imutils | |
#pip install CMake | |
#pip install dlib | |
python people_counter.py --prototxt mobilenet_ssd/MobileNetSSD_deploy.prototxt --model mobilenet_ssd/MobileNetSSD_deploy.caffemodel --output output/webcam_output.avi |
I liked the approach of directionality based tracking. This is very needed for directionality based counting. Hoping to reuse / implement it in people counting scenarios.
My perspective is
- Tracking by Sampling Frames (Reduce Load)
- Use Euclidean and other attributes to track/match
- Evaluate existing tracking built in OpenCV (Again these need frame by frame tracking)
Happy Learning!!!
No comments:
Post a Comment