Open Prasad2018 opened 6 years ago
The app set threshold 0.6, it's too much for face recognize, sometimes return two or more names for one face. my solution is to modify the threshold to 0.5 and when lib get more than one results, select the best one (by compare confidence, witch the author NOT return)
@liaoweiguo where we can change threshold value? can you explain me with code please?
You have to change in the file (https://github.com/gv22ga/dlib-face-recognition-android/blob/master/jni/jni_recognition/recognizer.h#L181) and build it again
when we can import project "dlib-face-recognition-app" only and jni is out of this then how to update 0.5 in threshold?
where should i use jni in project if I am importing "dlib-face-recognition-app" this one only?
Hi, I found an error in your project when a new user come to recognize mode and scan show wrong result(some times)..please help me.