dlib-android
dlib-android copied to clipboard
face recognition not work
how can i recognition face in the library?
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.
Have a look at this dlib-face-recognition-android