Android-TensorFlow-Lite-Example
Android-TensorFlow-Lite-Example copied to clipboard
FATAL EXCEPTION - pool-1-thread-1
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 im doing wrong. Please put me through
Im also facing same isssue. Is there any update on this??
Try adding this to your build.gradle
file
android {
<All the other configs>
aaptOptions {
noCompress "tflite"
}
}
I am also facing this type of error. if is it fix then please reply here????