Open
Description
I have a question, so I leave a message.
We would like to replace the model used in your Android flutter application.
The YOLO11 model at the "https://github.com/ultralytics/ultralytics " address was changed to the tensorflow lite model using the command "!yolo export model=/content/runs/detect/train2/weights/best.pt format=tflite half=True int8=True".
If the application is executed after replacing the model, the application will be forcibly terminated. Similar results were obtained when the YOLO8 model was used.
Any advice on this part?
I will share the error log through the attached file.