You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" );
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
The text was updated successfully, but these errors were encountered: