tflite_flutter_plugin icon indicating copy to clipboard operation
tflite_flutter_plugin copied to clipboard

TensorFlow Lite Flutter Plugin

Results 90 tflite_flutter_plugin issues
Sort by recently updated
recently updated
newest added

Hi, Just wondering how do you load a tflite model which has embedded Metadata and Label. Does it work out of the box or do we need some special code...

log that showing ffi version of tflite_flutter is not up-to-date to the latest version: `Because file_picker >=5.0.0 depends on ffi ^2.0.1 and tflite_flutter 0.9.0 depends on ffi ^1.0.0, file_picker >=5.0.0...

Hi, Guys. After upgrade my android os to version 12, I use latest version of this plugin and I launch tflite in isolation. It throws this error: `TfLiteGpuDelegate Invoke: GpuDelegate...

After copying the TensorFlowLiteC framework to the correct location the iOS build still fails with the framework not found error. I can get it to run by copying the framework...

documentation
iOS

Hello everyone! I am just getting this one: `E/tflite ( 6643): Didn't find op for builtin opcode 'ADD' version '4'. An older version of this builtin might be supported. Are...

https://github.com/am15h/tflite_flutter_plugin/blob/659e6d5fbf95506f89cf487ae3e355dd4ff7bc2a/lib/src/bindings/dlib.dart#L12 ``` [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library '~/Library/Containers/com.example.dogCat/Data/blobs/libtensorflowlite_c-mac.so': dlopen(~/Library/Containers/com.example.dogCat/Data/blobs/libtensorflowlite_c-mac.so, 0x0001): tried: '~/Library/Containers/com.example.dogCat/Data/blobs/libtensorflowlite_c-mac.so' (no such file) #0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:12:43) #1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:23:12) #2 tflitelib. (package:tflite_flutter/src/bindings/dlib.dart:39:27)...

I am currently building my application for desktop and I noticed that the `blobs` directory is not included in the build. The simple fix for builds is to just copy...

HI I was wondering if there is any object detection code sample that runs with having an image as input instead of the camera in real time. Thank you

Facing following issue `e: C:\Users\datde\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\tflite_flutter_helper-0.3.1\android\src\main\kotlin\com\tfliteflutter\tflite_flutter_helper\TfliteFlutterHelperPlugin.kt: (43, 1): Class 'TfliteFlutterHelperPlugin' is not abstract and does not implement abstract member public abstract fun onRequestPermissionsResult(p0: Int, p1: Array, p2: IntArray): Boolean defined in...