Skip to content

EgShes/face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face_recognition

Some expirements on face recognition

5 celebrity dataset was taken from here

Face recognition can be devided in three steps:

  1. locate face
  2. ectract vector from face image
  3. compare vector with precomputed vectors

For the first step comparison of two face detection models faced and mtcnn were made.

Later I found a great library facenet-pytorch and used it for experiments.

Comparison of vectors were first made by cosine similarity and then with SVM model.

About

A small project on face recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published