-
Notifications
You must be signed in to change notification settings - Fork 31
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
Can't load model #5
Comments
The final url your loading the model from seems to be wrong: I think you forgot the .json file ending of the manifest file, that you are trying to load:
|
The extra string in the end ( without over complicating things, is it possible to load model from an imported JSON string? , like so:
This setup will produce the following error: I got a similar setup working this way via |
Maybe I did not fully understand, but as I said, you forgot the .json ending in your url. Thats why /-weights_manifest.json is appended to at the end, since what you give as input to the load function is not a valid uri to a json file. To your second question, it will be possible to load the model from the json file as you suggested, once I publish the stuff I am currently working on. |
Nope sorry, you had it right the first time, I didn't pay full attention to your answer and got carried away. Will be waiting for the update with anticipation. |
It's now possible to load your model from the weight map using |
I have uploaded the coco model shard# files to remote server but can't seem to load it, please have a look at : https://codesandbox.io/s/y083p9nz39
The text was updated successfully, but these errors were encountered: