Skip to content

valix25/face_detectors_and_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face detectors and tracking

Project based on the following articles (entirely recommend for anyone generally interested in the topics):

To run the current code (assuming you have installed dlib and opencv for python3.6, recommend to use a virtual environment):

usage: face_detector.py [-h]

[--detect [{no_detection,opencv_haar,opencv_dnn,dlib_hog,dlib_dnn}]]

[--tracking] [--resize_width RESIZE_WIDTH]

[--opencv_dnn_type {TF,CAFFE}]

[--tracking_freq TRACKING_FREQ]

optional arguments:

-h, --help show this help message and exit

--detect [{no_detection,opencv_haar,opencv_dnn,dlib_hog,dlib_dnn}] Options for face detection: ['no_detection', 'opencv_haar', 'opencv_dnn', 'dlib_hog', 'dlib_dnn']

--tracking If specified, tracking is on

--resize_width RESIZE_WIDTH Resize input frame. Maintains aspect ratio.

--opencv_dnn_type {TF,CAFFE}

--tracking_freq TRACKING_FREQ Tracking frequency.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages