file not found error, super_resolution_with_onnxruntime.ipynb in colab.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9.3k
- Forks
- 4.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
I tried to run the notebook in colab.
But some issues there.
However I ran into some errors to load the cat.jpg file
img = Image.open("./_static/img/cat.jpg")
Not found images.
I also tried
img = Image.open("../_static/img/cat.jpg")
still not working.
Some minor issues:
like onnx, onnxruntime not found error.
I have installed myself. with !pipi install
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open super_resolution_with_onnxruntime.ipynb and run it in Colab, starting with the Image.open("./_static/img/cat.jpg") entry point and the reported onnx and onnxruntime installation errors. Confirm the notebook can load cat.jpg and run without the reported missing-file or dependency errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100