flutter-tflite
flutter-tflite copied to clipboard
I'm using tflite_flutter: ^0.9.0 for helper library ``` tflite_flutter: ^0.9.0 tflite_flutter_helper: ^0.3.1 ``` I got these error while building gradle ``` Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/04 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01...
I clone [this example](https://github.com/tensorflow/flutter-tflite/tree/main/example/image_classification_mobilenet) without changing anything and then run it perfectly fine, everything is working. But when I change the model to [this](https://drive.google.com/file/d/1n4D6K8FO7T0VTgZskGhIiIkx_JOdGNfn/view?usp=sharing), the labels gone, in both gallery...
Hello.. I hope you are well, I am training the file and configuring it on [teachable machine](https://teachablemachine.withgoogle.com) I suffer from a problem that the file does not work according to...
- Trying to run in an Android Physical Device. - The code is very similar if not identical to one of the example apps. This line fails: `interpreter = await...
I implemented a flutter app for video classification which uses MoviNet. the inference speed for a single frame is super slow (2000ms - 4000ms, Galaxy z flip 3, Galaxy S8)...
I'm new to machine learning and have been learning about object detection models. I trained a YOLOv5 model using Ultralytics and would like to deploy it on an edge device...
Hi, i am trying to deploy app with tflite_flutter. But when i test the code like below, it, log out error null check operator used on a null value though...
Since the screen drawing becomes unstable during loading, I am thinking of loading the model using Isolate. I got an error with the code below. thanks. [ERROR:flutter/runtime/dart_isolate.cc(1107)] Unhandled exception: Invalid...
I am getting this error when i am using my custom tflite model which detects pose and running in python successfully. My app level build.gradle file contains: ``` dependencies {...