Skip to content
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

GPU support for android #25

Open
spaul13 opened this issue Apr 25, 2019 · 1 comment
Open

GPU support for android #25

spaul13 opened this issue Apr 25, 2019 · 1 comment
Assignees
Labels
new feature request New feature has been requested. question

Comments

@spaul13
Copy link

spaul13 commented Apr 25, 2019

How to enable GPU support for this project on Android?

@szaza
Copy link
Owner

szaza commented Apr 26, 2019

In case of tfLite just follow this tutorial: https://www.tensorflow.org/lite/performance/gpu; I did not try it out, however I'm pretty sure that it should work. I think that is quite impossible to add GPU support for the android-yolo-v2 project, because it was written with tensorflow-android and as far as I know it doesn't have any GPU support: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/android.
If it is possible please try to use tfLite, because it is optimized for mobile devices, uses less resources and I believe that tensorflow-android is getting outdated.
I would also be very happy, if I could review a merge request on a tfLite-yoloV2 project.

Good luck for your work!

@szaza szaza self-assigned this Apr 26, 2019
@szaza szaza added question new feature request New feature has been requested. labels Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature request New feature has been requested. question
Projects
None yet
Development

No branches or pull requests

2 participants