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] The process of Xiang Wu's model #5

Open
joyhuang9473 opened this issue Apr 20, 2016 · 1 comment
Open

[INFO] The process of Xiang Wu's model #5

joyhuang9473 opened this issue Apr 20, 2016 · 1 comment

Comments

@joyhuang9473
Copy link
Owner

reference: happynear/FaceVerification

OK, I can tell you something you should be attention to in order to use Xiang Wu's model.

  1. Wu's alignment method is different from mine. He used the five-point landmark detection algorithm provided by CUHK, and he aligned the face image both horizontally and vertically, while in my implementation, only vertical alginment is applied.

  2. Wu's face image size is 128x128, so the aligned image should also be resized to 128x128.

  3. Wu's network was trained without mean file, so there is no need to find it.

  4. The distance between two facial images can be calculated by caffe directly, these configurations are in CASIA_demo.prototxt, including a Normalization layer and a Euclidean layer.

  5. The threshold of same / different person can be got by cross-validation on LFW or your own dataset. Since it is only one number, it is all ok to use whether 1000 samples or 10000 samples.
@joyhuang9473
Copy link
Owner Author

#4 AlfredXiangWu

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