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

Remote Model not downloading. #80

Open
Baileypollard opened this issue Sep 19, 2019 · 3 comments
Open

Remote Model not downloading. #80

Baileypollard opened this issue Sep 19, 2019 · 3 comments
Labels
under investigation under investigation

Comments

@Baileypollard
Copy link

Currently trying to run the interpreter with a custom model published on firebase called 'test'. I keep Getting these log statements and I can't figure out what is going on for the life of me.

Building input options Building output options Running detection Detection run Failed runWithInputs with error: Failed to load the custom model as no models currently exist on the device for the given model options: remoteModelName: test, localModelName: (null). However, a request has been made to download the remote model.

@azihsoyn azihsoyn added the under investigation under investigation label Sep 20, 2019
@azihsoyn
Copy link
Owner

Thanks reporting.

Does older version work correctly?

@Baileypollard
Copy link
Author

Hi @azihsoyn, I seemed to fix it by uninstalling and reinstalling my application. I am now getting this error when trying to send the image bytes to the interpreter

Failed runWithInputs with error: Input 0 should have 921600 bytes, but found 1228800 bytes.

@MichalMisiaszek
Copy link

I have similar problem and I did not have it before. Looks like somethign changed between app and Firebase:

W/System.err(15942): com.google.android.gms.tasks.RuntimeExecutionException: 
com.google.firebase.ml.common.FirebaseMLException: Cannot load any model with the model 
options: Local model name: unspecified. Remote model name: insects.

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

No branches or pull requests

3 participants