Skip to content

Detects the Face , Verify Faces and Return the Similarity score if matched or not .

Notifications You must be signed in to change notification settings

amalaj7/FaceDetection-MTCNN

Repository files navigation

Face Detection and Identification


  • Used MTCNN for Face detection
  • Extracted the Facial Features using VGGFace(resnet50 model)
  • Used CosineDistance to Identify the Facial Features and return the similarity score .

What is MTCNN?

  • MTCNN is a state of art model for Face detection and various other stuffs.
  • Multi-task Cascaded Convolutional Networks (MTCNN)
  • It is known as MultiTasking because it not only detects the face , it returns the BBox Regression as well as Keypoints coordinates in the faces like Left-Eye,Right-eye,Nose,Mouth
  • Research Paper : MTCNN Paper
  • Github Repo : Github

How to Run

For Face Detection run :

python face_detection.py

For Face Identification run:

python face_identify.py

About

Detects the Face , Verify Faces and Return the Similarity score if matched or not .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages