Skip to content

Example script for detecting faces from images. Face detection is based on Haar cascade classifier for fast face detection.

Notifications You must be signed in to change notification settings

MikeG27/Face-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Detection

Example script for detecting faces from image based on Haar Cascade Classifier

Zrzut ekranu 2020-04-7 o 18 13 40

Zrzut ekranu 2020-04-7 o 18 18 58

Getting Started

Install:

git clone [email protected]:MikeG27/Face-Detection.git
cd Face-Detection
pip install -r requirements.txt

Usage:

To run the script type in 'python face_detector -i [input folder] -o [output folder ]>'

Created with ❤️

By Michal Gorski

About

Example script for detecting faces from images. Face detection is based on Haar cascade classifier for fast face detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages