Open olamide-olaniyan opened 6 years ago
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????
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