How do I implement a tflite model from you in flutter?
I built an azure custom vision tflite model, and now have problems implementing it in flutter.
For one, chatgpt keeps telling me that I have to run a sigmoid function myself on the output.
My model can recognize a basketball and a basket hoop. Now in flutter, the output is a tensor of dimension 1,13,13,35. I use the tflite_flutter model but it is a bit trickier to unpack the output tensor.
How do i get the output bounding boxes and probabilities from the model?
We would very much appreciate any help possible, since tonight is the deadline to submit our project. Thanks a lot and best wishes
Kilian