-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Use ML Kit with NNAPI #50
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
@padovanl what exactly is your app's use case (which MLKit feature are you using?) and what is the performance you are seeing? |
@samtstern thanks for the response. I'm using a custom model (Inception v3) for the classification of images. I'm measuring the time of the inference. |
@isaisachen or @gkaldev can you comment on when the NN API takes effect? |
I'm trying to run the app with this evaluation board. In this paper i read that NNAPI use hardware acceleration when drivers are presents. So, where i can find this NNAPI driver and use it in Snapdragon 660 chipset? |
ML Kit ODT is running with NNAPI on selected devices, and more features will use NNAPI soon. Closing this now. |
I'm trying to use the new Google machine learning sdk, ML Kit, on an Android device that run Android 9. From the official site:
I think it means that on a device with at least Android 8.1 (according to the documentation of nnapi) the SDK can uses NNAPI. But when I run the same app on a device with Android 7.1 (where nnapi is not supported) I obtain the same performance of the device that use Android 9 (and in theory the NNAPI). How i can use ML Kit with NNAPI? I am doing something wrong? Link to documentation of mlkit: https://firebase.google.com/docs/ml-kit/
The text was updated successfully, but these errors were encountered: