Skip to content

Face detection using opencv's “hidden” deep learning-based face detector.

License

Notifications You must be signed in to change notification settings

groverkds/face_detection_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection OpenCV

*** No more being maintained ***

Face detection using opencv's “hidden” deep learning-based face detector.

This module uses the dnn module of opencv. Primary contributor for rhe dnn module is Aleksandr Rybnikov (https://github.com/arrybn). Also, thanks to Adrian Rosebrock(www.pyimagesearch.com) for an awesome tutorial which enabled me to write this code. I am including the prototext file and caffe model for the same, which again is, provided by Adrian Rosebrock. Check out his tutorial: https://www.pyimagesearch.com/2018/02/26/face-detection-with-opencv-and-deep-learning/.

Steps to run:

install opencv (version >= 3.3) (pip3 install opencv-python)
install numpy (pip3 install numpy)
run main.py

About

Face detection using opencv's “hidden” deep learning-based face detector.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages