issues
search
elimu-ai
/
ml-authentication
😶🌫️ Android application for authenticating the current student using face recognition
MIT License
16
stars
16
forks
source link
If only one student exists the accuracy in recognition is always 100% [8h]
#299
Closed
sladomic
closed
7 years ago
sladomic
commented
7 years ago
Description:
Execute StudentImageCollectionActivity for one student
Let the background training train the student
Execute the Authentication with another person
Expected Result:
The authentication should fail 3 times and then redirect to the StudentImageCollectionEvent
Actual Result:
The authentication doesn't fail because there is only one student trained and the SVM probability is per class, so 1 class = 100% accuracy
Solution
Replace SVM probability classifier with SVM or KNN distances with a threshold
Description:
Expected Result:
Actual Result:
Solution