Relative Content

Tag Archive for pythonandroidkivyyolotflite

TFLite model gives different output in Android than in Kivy App

I’m facing a problem that I can’t seem to solve: my tflite model gives me different data when I run it on Python or Android, causing errors and making it crash on Android. I am developing a Kivy app with tflite that detects chess pieces on a chessboard. I converted my YOLOv8 model to tflite format. The problem occurs when performing the inference of an image in this method: