Skip to content

Python implementation of the face detection using OpenCV classifiers (LBP)

Notifications You must be signed in to change notification settings

MatveyMelnikov/FaceDetectionLBPWithOpenCVClassifiers

Repository files navigation

Face Detection LBP With OpenCV Classifiers

Python implementation of the face detection using OpenCV classifiers (LBP).

Install

Run:

pip install -e <path to project>

How to use

File main.py demonstrates face detection in multiple photos. With the PrepareDataset.py file you can prepare your own photos for training or testing. OpenCV classifiers are located here. It is parsed by OpenCVClassifierParser.

Links

  • OpenCV - already trained classifiers and augmented implementation of the algorithm;
  • faceldp - cleaner and simpler implementation of LBP face detection than the original.

About

Python implementation of the face detection using OpenCV classifiers (LBP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages