deepid-implementation icon indicating copy to clipboard operation
deepid-implementation copied to clipboard

[INFO] The threshold selection of face verification

Open joyhuang9473 opened this issue 9 years ago • 0 comments

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.

joyhuang9473 avatar Apr 20 '16 05:04 joyhuang9473