Mobile superres tutorial#14635
Conversation
|
looks good. thanks for doing this. one small thing, I just checked this link https://natke.github.io/onnxruntime/docs/tutorials/mobile/superres.html the changes are not reflected on this page. Do we need to do something to update that? |
It might need a minute to build |
Fixed now |
|
|
||
| We provide a convenient Python script that exports the PyTorch model into ONNX format and adds pre and post processing. | ||
|
|
||
| 1. Before running this script, install the following python packages: |
There was a problem hiding this comment.
Do we need to mention user also needs to pip install the latest version of onnx 1.13.0 to get the opset18 model?
Though the generated model is already included in the sample directory. )
There was a problem hiding this comment.
I added a note on versions
First draft of the mobile super resolution tutorial, containing the Android app only.
Staged here: https://natke.github.io/onnxruntime/docs/tutorials/mobile/superres.html
TODO