Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter App Crash when I send Image to the model #10

Open
codulers opened this issue Feb 4, 2020 · 2 comments
Open

Flutter App Crash when I send Image to the model #10

codulers opened this issue Feb 4, 2020 · 2 comments

Comments

@codulers
Copy link

codulers commented Feb 4, 2020

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

@masonhorder
Copy link

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

1 similar comment
@ajithprinc
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants