tzutalin / dlib-android-app

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android
Apache License 2.0
678 stars 246 forks source link

detect method is taking around 40 seconds to return faclist #45

Open Marcqub opened 6 years ago

Marcqub commented 6 years ago

Hi, many thanks for the great work it has been very helpful. I have one issue with performace. I taken the demoFaceDet method into my own project and when i call this line

List faceList = mFaceDet.detect(imgPath);

It takes around 40 seconds. I have tried putting android studio in release mode but that doesnt seem to help either. Any suggestions as to how I might improve performance?

world9604 commented 6 years ago

i wanna this answer!!