Skip to content

This is Python 3 based project to perform fast & accurate face detection with OpenCV using a pre-trained deep learning face detector model shipped with the library.

License

Notifications You must be signed in to change notification settings

simplesaad/FaceDetection_Image

Repository files navigation

FaceDetection_Image

This is a Python 3 based project to perform fast, accurate face detection with OpenCV using a pre-trained deep learning face detector model shipped with the library.

Dependencies

  1. Python 3.x, OpenCV 3 or 4
  2. Open terminal and install numpy and OpenCV
    • pip install numpy
    • pip install opencv-python

Execution Steps

  1. Open terminal and enter the file path to the desired directory and paste the command given below
  2. python detect_faces.py --image sample.jpg --prototxt deploy.prototxt.txt --model res10_300x300_ssd_iter_140000.caffemodel

About

This is Python 3 based project to perform fast & accurate face detection with OpenCV using a pre-trained deep learning face detector model shipped with the library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages