dlib-android icon indicating copy to clipboard operation
dlib-android copied to clipboard

face recognition not work

Open axmadjon opened this issue 8 years ago • 2 comments

how can i recognition face in the library?

axmadjon avatar Aug 26 '17 04:08 axmadjon

If you want to do face recognition, you can follow this article to learn how dlib works. And then you should modify the JNI library to do those things. since the current JNI don't support those behavior, such as net, loss_metric and so on.

hwchiu avatar Sep 13 '17 15:09 hwchiu

Have a look at this dlib-face-recognition-android

gv22ga avatar Feb 23 '18 14:02 gv22ga