Skip to content

Centroid tracking algo used for directions determination and maintaining counts

Notifications You must be signed in to change notification settings

anish9999/OpenCv_Countinghuman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCv_Countinghuman

Activating Virtual Environment

  • Initializing virtualenv : virtualenv har
  • Activating virtualenv : har\Scripts\activate

Requirements

  1. schedule
  2. numpy
  3. argparse
  4. imutils
  5. dlib
  6. opencv-python
  7. scipy

Issues With dlib

Installing dlib

  • pip install "D:\Install-dlib-main\dlib-19.22.99-cp39-cp39-win_amd64.whl"
  • pip cmake

Running Code

python main.py --prototxt mobilenet_ssd/MobileNetSSD_deploy.prototxt --model mobilenet_ssd/MobileNetSSD_deploy.caffemodel --input videos/example_01.mp4

About

Centroid tracking algo used for directions determination and maintaining counts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages