Android-TensorFlow-Lite-Example
Android-TensorFlow-Lite-Example copied to clipboard
Android TensorFlow Lite Machine Learning Example
I re-retrain my model and once I put inside it said: Cannot copy to a TensorFlowLite tensor (Image) with 602112 bytes from a Java Buffer with 150528 bytes. 1 x...
Hi, many thanks for the article and the sample-code. It works fine with the model mentioned in your project. However, I trained my own model (using the tensorflow-for-poets 1 and...
Installed the default tflite apk file in the mobile device using the android studio environment. By default, the installed app has to detect the 90 common objects. The detecting accuracy...
I tried to convert the model I made into tflite and execute it. I don't know what the problem is, but if i press the detection button, the app is...
HI Could anybody say me how I can increase image size and quality? (in posenet example)
Hi there. I wanted to know if it is possible to store and read the trained `.tflite` model from the Android device's internal storage instead of the assets folder? The...
I have changed the required things for inceptionV3 as mentioned below but still its not working. its giving me an error : cannot convert an tensorflowlite tensor with type float32...
I keep getting this error when i replaced the tflite model and the label to my own tflite model. java.lang.RuntimeException: Error initializing TensorFlow! Caused by: java.io.FileNotFoundException: optimized_output_graph.tflite Is there anything...