-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance optimisation #8
Comments
Hi @lemberh, unfortunately I support only the basic architectures. |
Did you try to use those optimizations?
But it doesnt seems to have any impact on performance |
Have you tried to add the ABI "armeabi-v7a with NEON" in the script? You should edit line 17 of
Let me know if now it works. For more information you can read this. |
I have tried this.
https://developer.android.com/ndk/guides/cmake#android_abi I'm using face recognition, this example http://dlib.net/dnn_face_recognition_ex.cpp.html |
To gain a performance speed you can try to:
|
Thanks for suggestions, will try them! |
building dlib with linked OpenBLAS improve performance greatly. Instructions can be found here davisking/dlib#1238 (comment) for example on redmi 7a |
Do you support neon instruction set optimization from this thread davisking/dlib#276
The text was updated successfully, but these errors were encountered: