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 threshold selection of face verification #6

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

[INFO] The threshold selection of face verification #6

joyhuang9473 opened this issue Apr 20, 2016 · 0 comments

Comments

@joyhuang9473
Copy link
Owner

reference: happynear/FaceVerification

how much is the best threshold for face authentication.

Three probably answers:

  1. You can use a linear svm to calculate the threshold.
  2. The threshold is determined by 10-fold validation. Using 5400 pair samples for training and 600 pair test, then recycled. L2 and cosine are used to determine the threshold.
  3. I used all training data(944612 images) to train a joint bayesian classifier, then using all 6000 pair samples for testing.
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