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

I'm using custom SSD Mobilenet V2 model and got an error on this part of the code: ![image](https://user-images.githubusercontent.com/62754325/143013827-27e3c7e5-7954-4555-9aca-f1986cdf7fc5.png) The error goes like this: `Invalid argument(s): Axis 3 is not in...

I'm trying to do predictions with the camera stream which returns a CameraImage. Is there a way to use that instead of converting it to an image first?

enhancement

I'm working on a model that needs to apply transpose as a step in pre-processing. Can this be done with this library now? if not do you plan to add...

[ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: Bad state: failed precondition E/flutter ( 776): #0 checkState (package:quiver/check.dart:73:5) E/flutter ( 776): #1 Tensor.setTo (package:tflite_flutter/src/tensor.dart:150:5) E/flutter ( 776): #2 Interpreter.runForMultipleInputs (package:tflite_flutter/src/interpreter.dart:194:33) E/flutter ( 776): #3 Interpreter.run...

Any ideas why the latency of applying an image processor to a tensor image varies so drastically? ``` runs: 100 avg: 532ms min: 24ms max: 7566ms ``` ![plt](https://user-images.githubusercontent.com/41200990/102680088-8ddeb180-41b5-11eb-863c-563f4af29432.png) Code to...

performance issue

First of all, thanks for a great work - this library seems really promising. I have been wondering, would it be possible somehow to obtain image from a `TensorImage` used...

enhancement

HI, I am trying to modify your example to run my neural transfer model, I am new to flutter/mobile app development. My model takes input a bgr image and returns...

enhancement

This package is preventing me from upgrading other packages due to version dependency conflicts! Please resolve and re-release.

![Screen Shot 2023-11-10 at 17 16 37](https://github.com/am15h/tflite_flutter_helper/assets/106466382/67f41b39-04cf-4c39-be26-b95f69c85f7e) How can I fix this error?