Deep learning based face detection
This is a real-time face detection model using YOLOv3 with Keras.
The YOLOv3 in Keras was done by qqweee.
Face dataset from WIDER Face
- Download YOLOv3-Face model from HERE
- Place
wider_face_yolo.h5
intomodel_data/
- Run YOLO detection.
python yolo_video.py [OPTIONS...] --image, for image detection mode, OR
python yolo_video.py [video_path] [output_path (optional)]
Use --help to see usage of yolo_video.py: