Skip to content

yasersakkaf/FaceDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation by Adrian Rosebrock on Face detection with OpenCV and deep learning

Find Details in the line given below:

https://www.pyimagesearch.com/2018/02/26/face-detection-with-opencv-and-deep-learning/

Face detection with OpenCV and deep learning

Perform fast, accurate face detection with OpenCV using a pre-trained deep learning face detector model shipped with the library.

Face detection in images.

Usage Example:python detect_faces.py -p models/deploy.prototxt.txt -m models/res10_300x300_ssd_iter_140000.caffemodel -i images/boys.jpg

Example Input:

alt_text

Example Output:

alt text

Face detection in webcam.

Usage Example:python detect_faces_video.py -p models/deploy.prototxt.txt -m models/res10_300x300_ssd_iter_140000.caffemodel

Face detection in videos.

Usage Example:python detect_faces_video.py -p models/deploy.prototxt.txt -m models/res10_300x300_ssd_iter_140000.caffemodel -v some_video.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages