Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 692 Bytes

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