How to load model on Android #354
Unanswered
eldhosekurian
asked this question in
Q&A
Replies: 1 comment
-
@eldhosekurianmathewofficial It is not related to TensorFlow, but I noticed an issue here. File.ReadAllBytes from streaming assets doesn't work on Android. Use another method, such as UnityWebRequest, to get file bytes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a custom tflite model for image detection with the help of this repository. it works perfectly on my unity but when i export it as apk and run it on my android device, there is no prediction.It is not real time. but I captured image in one scene and display the predicted class in another scene. Is there any addtional scripts that i need to use ? please do give a clarity because i have been trying this for one week straight and nobody responded. is this related to build.py ?
Beta Was this translation helpful? Give feedback.
All reactions