shaqian / flutter_tflite

Flutter plugin for TensorFlow Lite
https://pub.dartlang.org/packages/tflite
MIT License
632 stars 404 forks source link

Unhandled Exception: PlatformException(Failed to run model, Interpreter busy, java.lang.RuntimeException: Interpreter busy #287

Open RoliGautam21 opened 9 months ago

RoliGautam21 commented 9 months ago

i am getting this issue while using face mask detection model

dequilla3 commented 9 months ago

I've encountered this exception too but I ignored it since it doesn't stop the runtime. You can view this repo to get some refs. https://github.com/dequilla3/object_detector_tflite.git

abellilo commented 7 months ago

i am getting this issue while using face mask detection model

I'm also having this issue. Have you been able to solve it

abellilo commented 7 months ago

I've encountered this exception too but I ignored it since it doesn't stop the runtime. You can view this repo to get some refs. https://github.com/dequilla3/object_detector_tflite.git

Yeah true. Just noticed that too. Ran the model using a button and noticed i was still getting my recognitions