Detecting faces using OpenCV's Deep Neural Network
Last updated May 13, 2026
71
Stars
35
Forks
1
Issues
0
Stars/day
Attention Score
12
Language breakdown
No language data available.
โธ Files
click to expand
README
Face detection using OpenCV and Deep Neural Network

How to run?
To use in an image:
$ python detect_faces.py --image group.jpg --prototxt deploy.prototxt.txt --model \ res10300x300ssditer140000.caffemodel
To use in webcam:
$ python detectfacesvideo.py --prototxt deploy.prototxt.txt --model \ res10300x300ssditer140000.caffemodel๐ More in this category