nolanliou / mobile-deeplab-v3-plus

Deeplab-V3+ model with MobilenetV2/MobilenetV3 on TensorFlow for mobile deployment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter App Crash when I send Image to the model

Ehtasha opened this issue · comments

I have downloaded the graph file(.pb) which you given into .tflite file..

I want to use this model in flutter app. Model is loaded successfully but the app crashes when I send an image to the model..

Bellow code I used for sending an image.
var recognitions = await Tflite.runSegmentationOnImage( path: image.path, //imageMean: 127.5, //imageStd: 127.5, //outputType: "JPG" );

Flutter package which I used.
https://pub.dev/packages/tflite

Have you resolved this, because I am running into the same issue.

Have you resolved this, because I am running into the same issue.