simplesaad / FaceDetection_Image

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%