mxkrn/onnxruntime-web-tutorial

Error: failed to load resource

Opened this issue · 2 comments

Currently cloned this repo and hosted it locally, but inferencing always returns "image is undefined" and console has two errors:

» Failed to load resource: the server responded with a status of 404 (Not Found)
» Error: input 'input. 1' is missing in 'feeds',

Unsure what I've done wrong, assistance would be greatly appreciated!

mxkrn commented

I suspect you didn't create assets/model.onnx? If not you can do so by running python src/onnx_model.py

Let me try that and get back to you!