facenet topic

List facenet repositories

deep-face-recognition

221
Stars
86
Forks
Watchers

One-shot Learning and deep face recognition notebooks and workshop materials

Attendance-using-Face

201
Stars
88
Forks
Watchers

Face-recognition using Siamese network

keras-face

141
Stars
67
Forks
Watchers

face detection, verification and recognition using Keras

keras-facenet

542
Stars
216
Forks
Watchers

Facenet implementation by Keras2

FaceDetection

268
Stars
108
Forks
Watchers

C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now

bbb-face-recognizer

237
Stars
33
Forks
Watchers

Face recognition system using MTCNN, FACENET, SVM and FAST API to track participants of Big Brother Brasil in real time.

facenet-pytorch-glint360k

220
Stars
59
Forks
Watchers

A PyTorch implementation of the 'FaceNet' paper for training a facial recognition model with Triplet Loss using the glint360k dataset. A pre-trained model using Triplet Loss is available for download.

tensorflow-facenet

150
Stars
51
Forks
Watchers

人脸识别算法,结合facenet网络结构和center loss作为损失,基于tensorflow框架,含训练和测试代码,支持从头训练和摄像头测试