/facenet

FaceNet for face recognition using pytorch

Primary LanguagePythonMIT LicenseMIT

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.

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