tzutalin / dlib-android

:dragon: Port dlib to Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

face recognition not work

axmadjon opened this issue · comments

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.