Skip to content

arun2002k/face_detections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face_Detection

Detect faces from real time camera feed and draws a rectangular boundary around the face and shows the confidence rate

Installation

Install python packages with pip command

pip install numpy
pip install argparse
pip install imutils
pip install cv2

Usage

python faces_detection.py --prototxt deploy.prototxt.txt --model res10_300x300_ssd_iter_140000.caffemodel

Screenshots

image

About

Detects faces from real time feeds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages