issues
search
fyr91
/
face_detection
face detection with multiple methods
67
stars
18
forks
source link
readme
face_detection
face detection with multiple methods
faced
(a customized face detection model)
face_recognition
(python face_recognition package)
mtcnn
(Multi-task Cascaded Convolutional Networks)
an ultra-light model
(1M ultra small model)
yoloface
(a face detector based on yolov3)
Real time face + 5 facial feature points detection on webcam:
Run ultra_light_webcam.py:
TODO:
[X] test code
[X] provide model links
[X] add descriptions to methods
[X] add links and references