Yu-Kai Huang
Yu-Kai Huang
#4 AlfredXiangWu
author: happynear reference: https://github.com/happynear/FaceVerification DeepID - caffemodel: http://pan.baidu.com/s/1qXhNOZE - deploy file: https://github.com/happynear/FaceVerification/blob/master/caffe_proto/CASIA_deploy.prototxt - mean file: http://pan.baidu.com/s/1eQYEJU6 - lfw verification: L2 : 96.78% (converged) > LFW result with L2 or cosine...
author: cmusatyalab reference: https://github.com/cmusatyalab/openface Face recognition with Google's FaceNet deep neural network. - dataset: CASIA-Webface + FaceScrub note: ``` openface/openface/align_dlib.py ```
author: davidsandberg reference: https://github.com/davidsandberg/facenet/tree/master/facenet TensorFlow implementation, Google's FaceNet - dataset: CASIA-Webface + FaceScrub - pre-trained model: https://drive.google.com/file/d/0B5MzpY9kBtDVUFNFR21kZnYybkE/view?usp=sharing - lfw verification: 0.916±0.010 ("model-20160306.ckpt-500000") > Pre-processing: The data has been pre-processed as...