Skip to content

ysenkun/faces-detection-strongsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track Faces Detection with StrongSORT

This repository can track faces.
track.py uses opencv's face detection.

※Also, here is a repository for tracking hands

🙋 Reference:

https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet

Seting Up Environment

$ git clone https://github.com/ysenkun/faces-detection-strongsort.git

Download the model for face detection in opencv.

$ wget -nc https://github.com/opencv/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml -O ./haarcascade_frontalface_default.xml
$ pip3 install -r requirements.txt

Run

Enter the video path and run it.

$ python3 track.py --source vid.mp4 # video path

face

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages