Skip to content

AlbertoLanaro/FaceClassification

Repository files navigation

FaceClassification

  • Face detection based on Haar cascade classifier using openCV.
    • Images are acquired from the webcam and the detected faces can be optionally stored in a folder that will be then used as training set for the face classifier
  • Face classification based on Convolutional Neural Network (CNN) built on Keras
    • After the training face the newtork can be tested in real time using the script "real_time_face_classification.py"
    • The code handles multiple face classification (see sample below)

Alt text

About

Face detection based on Haar cascade classifier + face classification using a convolutional neural network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages