Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFO] A better CNN pre-trained model #4

Open
joyhuang9473 opened this issue Apr 20, 2016 · 3 comments
Open

[INFO] A better CNN pre-trained model #4

joyhuang9473 opened this issue Apr 20, 2016 · 3 comments

Comments

@joyhuang9473
Copy link
Owner

joyhuang9473 commented Apr 20, 2016

author: AlfredXiangWu

reference: https://github.com/AlfredXiangWu/face_verification_experiment

related: #5

@joyhuang9473
Copy link
Owner Author

joyhuang9473 commented Apr 20, 2016

author: happynear

reference: https://github.com/happynear/FaceVerification

DeepID

LFW result with L2 or cosine has reached what the paper claimed.

Another model with resolution of 64*64 is trained. By ensembling the two models, accuracy increases to 97.18%.

I used all the database to train the model. I didn't split it into train and val subset.

lfwL2.m

@joyhuang9473
Copy link
Owner Author

joyhuang9473 commented Apr 22, 2016

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

@joyhuang9473
Copy link
Owner Author

joyhuang9473 commented Apr 22, 2016

author: davidsandberg

reference: https://github.com/davidsandberg/facenet/tree/master/facenet

TensorFlow implementation, Google's FaceNet

Pre-processing: The data has been pre-processed as described on the OpenFace web page (https://cmusatyalab.github.io/openface/models-and-accuracies/), i.e. using ./util/align-dlib.py data/lfw/raw align outerEyesAndNose data/lfw/dlib-affine-sz:96 --size 96 --fallbackLfw data/lfw/deepfunneled

Performance: The accuracy on LFW for the model "model-20160306.ckpt-500000" is 0.916±0.010. The test can be run using "validate_on_lfw.py".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant