Qualeams / Android-Face-Recognition-with-Deep-Learning-Library

Face Recognition library for Android devices is an Android library (module) which includes several face recognition methods.
Apache License 2.0
371 stars 135 forks source link

Model does not support probabiliy estimates when I set predict_probability=1 in svm-predict.cpp #19

Open aigeek opened 6 years ago

aigeek commented 6 years ago

Hi, @sladomic ,thanks for your contribution very much. I tried to get confidence score use "predict_probability=1",but when I set it , the library can't run ,because of the error"Model does not support probabiliy estimates". Can it be solved ? Thanks a lot!And do you think I can get confidence score with predict_probability(issue#13)? thank you!

Zumbalamambo commented 6 years ago

@aigeek you need to vary the parameters from ndk to pass the value to the java func. review the lib svm code . it should be easy to do it.