An open API service indexing awesome lists of open source software.

https://github.com/swghosh/facenet

Keras implementation of the renowned publication "FaceNet: A Unified Embedding for Face Recognition and Clustering" by Schroff et al.
https://github.com/swghosh/facenet

face-recognition face-verification facenet google googlenet keras-tensorflow large-scale-machine-learning triplet-loss

Last synced: 6 months ago
JSON representation

Keras implementation of the renowned publication "FaceNet: A Unified Embedding for Face Recognition and Clustering" by Schroff et al.

Awesome Lists containing this project

README

          

# FaceNet

Open source implementation of the renowned publication titled ["FaceNet: A Unified Embedding for Face Recognition and Clustering"](https://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Schroff_FaceNet_A_Unified_2015_CVPR_paper.pdf) by Yaniv Taigman, Ming Yang, Marc'Aurelio Ranzato, Lior Wolf published at [Conference on Computer Vision and Pattern Recognition (CVPR)](http://openaccess.thecvf.com/menu.py) 2015.

![FaceNet (CVPR15) Intro Illustration](https://storage.googleapis.com/swgghosh/facenet-intro.png)

Implementation of this paper have been done using Keras ([tf.keras](https://www.tensorflow.org/guide/keras)).