项目作者: sr6033

项目描述 :
Detecting faces using OpenCV's Deep Neural Network
高级语言: Python
项目地址: git://github.com/sr6033/face-detection-with-OpenCV-and-DNN.git
创建时间: 2018-08-24T19:45:31Z
项目社区:https://github.com/sr6033/face-detection-with-OpenCV-and-DNN

开源协议:MIT License

下载


Face detection using OpenCV and Deep Neural Network

Detected faces

How to run?

To use in an image:

  1. $ python detect_faces.py --image group.jpg --prototxt deploy.prototxt.txt --model \
  2. res10_300x300_ssd_iter_140000.caffemodel

To use in webcam:

  1. $ python detect_faces_video.py --prototxt deploy.prototxt.txt --model \
  2. res10_300x300_ssd_iter_140000.caffemodel