You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also having this issue. I could find that the file libtensorflowlite_flex_jni.so that is being generated is around 90MB. Is there a way to reduce the size of this by excluding some dependencies that is not necessary for loading a YOLO8 tflite model and doing inference?
Hi @Srini138, I ended up using tensorflow/flutter-tflite because I needed to use a small lib. That does not support YOLO8 as of for now (which in my case was a requirement too) but there is a workaround.
Hi @denesbartha , Thanks for your reply. does flutter_tflite workaround reduce the size of libtensorflowlite_flex_jni.so . The apk size is getting reduced
No description provided.
The text was updated successfully, but these errors were encountered: