tflite_flutter_plugin icon indicating copy to clipboard operation
tflite_flutter_plugin copied to clipboard

Model output same for every input

Open bgreal5 opened this issue 3 years ago • 4 comments

TF Version 2.4.0

Despite extremely different inputs, the model outputs the same probability distribution to the 16th decimal place for every single input.

This does not happen on the tflite model loaded with a python interpreter, only when loaded with this tflite_flutter interpreter.

bgreal5 avatar Jan 27 '22 20:01 bgreal5

TF Version 2.4.0

Despite extremely different inputs, the model outputs the same probability distribution to the 16th decimal place for every single input.

This does not happen on the tflite model loaded with a python interpreter, only when loaded with this tflite_flutter interpreter.

Same case, did you find any solution?

Ucok23 avatar Mar 14 '22 02:03 Ucok23

@Ucok23 I think without posting your code it is quite impossible to debug.

CaptainDario avatar Mar 14 '22 09:03 CaptainDario

@Ucok23 I think without posting your code it is quite impossible to debug.

huge thanks, it's just i didn't feed right input image, i need grayscale but i keep feeding it rgba

Ucok23 avatar Mar 14 '22 16:03 Ucok23

Hi, I wanna ask a question ! is your UI correct ? I mean it appear full screen of camera ? because when I launch the app, the camera view appears in the upper half of the screen, not full screen !!

programmer-huda123 avatar Apr 09 '22 19:04 programmer-huda123