-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tflite version error #20
Comments
this looks like a warning? are u sure the build process ends after this? |
No Build Process doesn't end on this, but i am not able to use tflite feature in my app. |
did you load the correct model? |
Thanks, I got it, now it's running fine |
But I Need Your Little Bit Help, I Am Getting A new error I/flutter ( 9450): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ |
I Try To print the Recognition what i am getting from the frame. |
this is a flutter error, not a tflite module error try to clean start the app |
did u clean start it? |
Yes, getting same error |
`String _model="YOLO"; CameraController controller; @OverRide
} @OverRide loadModel() async{ // setRecognition(recognition,imageHeight,imageWidth){ @OverRide
} |
Actually I am Not Getting this error, what does it mean? |
@bunny1999 please stop mentioning your error in literally all the issues. |
as for the error try checking what your tmp variable is. |
Note: /home/irotech/Desktop/flutter_linux_v1.7.8+hotfix.4-stable/flutter/.pub-cache/hosted/pub.dartlang.org/tflite-1.0.4/android/src/main/java/sq/flutter/tflite/TflitePlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
I am continuously getting this error and i have tried all the version of Tflite till 1.0.1, but still getting the same error.
The text was updated successfully, but these errors were encountered: