Skip to content

AI-ctrl/Person-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Person-faceTracker

can be used for object Tracking

Installation

  • Install CUDA Toolkit (10.2 recommended) NVIDIA GPU required
  • Install Python3 (3.8.5)
  • Install OpenCV (pip install opencv-python)
  • Install pyTorch (https://pytorch.org/get-started/locally/ -> select proper install instructions and use the command).
  • Install torchVision (included with pytorch install above)
  • Install numba (pip install numba)
  • Install Scikit (pip install scikit-image)
  • Install sklearn (pip install sklearn)
  • Install filterpy (pip install filterpy)

Run

  • Go to the config folder place your weights,names,cfg files then
  • run python3 personTracker.py

It should now work.

If you are having problems starting the program:

  • Make sure you have selected the right Camera input!
  • Installed all packages
  • Have a CUDA compatible GPU and that CUDA is working

Demo video

WhatsApp.Video.2021-03-13.at.5.09.32.PM.mp4

About

can be used for object Tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published