You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how much is the best threshold for face authentication.
Three probably answers:
You can use a linear svm to calculate the threshold.
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.
I used all training data(944612 images) to train a joint bayesian classifier, then using all 6000 pair samples for testing.
The text was updated successfully, but these errors were encountered:
reference: happynear/FaceVerification
Three probably answers:
The text was updated successfully, but these errors were encountered: