Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 711 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 711 Bytes

YOLO3-face-detection

Deep learning based face detection

Introduction

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


Quick Start

  1. Download YOLOv3-Face model from HERE
  2. Place wider_face_yolo.h5 into model_data/
  3. Run YOLO detection.
python yolo_video.py [OPTIONS...] --image, for image detection mode, OR
python yolo_video.py [video_path] [output_path (optional)]

Usage

Use --help to see usage of yolo_video.py: