sthanhng/yoloface
A face detection application using a YOLOv3 deep learning model trained on the WIDER FACE dataset.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This project implements real-time face detection using YOLOv3, a deep learning object detection algorithm. It leverages OpenCV’s dnn module to run inference with a pre-trained model that was trained on the WIDER FACE benchmark dataset. The system detects faces in images and video streams, supporting multiple dependency frameworks including TensorFlow, Keras, and OpenCV.