Tiger-0512 / cascade-facedetector

Face Detection with Cascade Classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Detection with Cascade Classifier

DEMO Image

DEMO Image
DEMO Image
These are free images from Internet.

Environments

Python: 3.7.9
OpenCV: 4.4.0.46

Installation

$ pip install opencv-python

Usage

$ git clone https://github.com/Tiger-0512/cascade-facedetector.git
$ cd cascade-facedetector
$ python face_detector.py

Note

You can detect any face image.
If you use your own images, add image in the "images" folder,
and rename the images as I show below.

image1.jpg, image2.jpg, ..., imageX.jpg

About

Face Detection with Cascade Classifier


Languages

Language:Python 100.0%