tensorflow / flutter-tflite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to run the model directly on image

Paarit58 opened this issue · comments

I have an image classification model embedded on tflite file. But with this package I cannot run model or interpreter directly on image. My model supports the input in [1,128,128,3] format. So lengthy preprocessing has to be done to convert image to this format. So is there an easy solution to run interpreter on image?