tflite_flutter_helper icon indicating copy to clipboard operation
tflite_flutter_helper copied to clipboard

TensorFlow Lite Flutter Helper Library

Results 37 tflite_flutter_helper issues
Sort by recently updated
recently updated
newest added

Hi, we are trying to use our tflite model and labels. But it's not detecting the objects. Am new to this. Any help would be greatly appreciated.

I'm trying to set up my custom hotdog classifier using this library. I have transformed my model to a tflite model and extracted labels `[hotdog, nothotdog]`. I am able to...

I extracted the Bert example into a new Flutter application and ran it on MacOS and got the error: "LateInitializationError: Field 'bertQuestionAnswerer' has not been initialized."

I tried to run Audio Classification sample on an iPhone device, but the following error was reported. ``` 2021-12-07 21:30:21.345386+0800 Runner[6489:1451148] Metal API Validation Enabled 2021-12-07 21:30:21.620632+0800 Runner[6489:1451148] Writing analzed...

Hi, I got this plugin work but its result is different from the Android version. I guess my configuration is wrong. Sorry, I am newbie to tensorflow. ``` InputSensorShape: 1,224,224,3...

Hi, I'm tring to test on my model to encode an image. I got a [1, 400, 400 3] tensorBuffer ("hidden_img" below) after forwarding but I want to squeeze the...

Hello, I started a new flutter project and put the install.bat in the root, but nothing happens. Can someone help me? please. I tried from the cmd and got the...

I'm working on a face recognition app. and I need to recognize user by their face. I have a lot of face crop images of them in my database(firestore). now...

In the audio classification example app, there is an error that happens when attempting to shut down the app: ``` D/AndroidRuntime(22879): Shutting down VM E/AndroidRuntime(22879): FATAL EXCEPTION: main E/AndroidRuntime(22879): Process:...