How do I implement a tflite model from you in flutter?

Kilian Schulz 0 Reputation points
2023-07-03T14:06:46.7533333+00:00

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

Community Center Not monitored
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.