tzutalin / dlib-android

:dragon: Port dlib to Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question:I implemented dlib face detection on my own, which run 1.5s on Snapdragon, much slower than 70ms which is this repository's implementation

Steven9402 opened this issue · comments

Thanks for tzutalin:)
Question:I implemented dlib face detection on my own, which run 1.5s on Snapdragon 835, much slower than 70ms which is this repository's implementation. I am new to JNI, and I would be appreciate if someone can tell me if I made some mistakes.
Also, I implemented dlib face feature extraction which runs 10s on Snapdragon 835, waiting for this repo's future work:)