Skip to content

sabrinatuli/YOLO3-face-detection

Repository files navigation

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:

About

Deep learning based face detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published