Skip to content

pallavpp/Face-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Face Detection System

This code detects faces in live video using YOLO algorithm and Harr-Cascade classifier.

It uses Keras framework along with OpenCV and Pillow library.

Requirements

Working

  • Harr-Cascade classifier by itself is not that accurate and often returns false-positives (As seen in the following examples):

    haar_image3 haar_image8
  • Detection of full body in image/frame by YOLOv3 (Very Accurate):

    yolo_image3 yolo_image8
  • Implementing Haar-Cascade classifier inside regions detected by YOLOv3 gives much more accurate results:

    final_image3 final_image8

About

Implementation using YOLOv3 and Haar-Cascade classifier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors