Santhosh-KS / facenet-1

FaceNet for face recognition using pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

FaceNet for face recognition using pytorch

License:MIT License


Languages

Language:Python 74.1%Language:Jupyter Notebook 25.9%