Skip to content
/ facenet Public
forked from tbmoon/facenet

FaceNet for face recognition using pytorch

Notifications You must be signed in to change notification settings

ngxbac/facenet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facenet for face recognition using pytorch

  • Pytorch implementation of the paper: "FaceNet: A Unified Embedding for Face Recognition and Clustering".
  • Training of network is done using triplet loss.
  • I will update codes and git repository for a better accuracy after my doctoral defence on Nov. 20th 2018.

How to train/validate model

Results

  • Accuracy on VGGFace2 and LFW datasets

accuracy

  • Triplet loss on VGGFace2 and LFW datasets

loss

  • ROC curve on LFW datasets for validation

roc curve

References

About

FaceNet for face recognition using pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.1%
  • Jupyter Notebook 25.9%