onnx / tutorials

Tutorials for creating and using ONNX models
Apache License 2.0
3.34k stars 626 forks source link

Add Data preprocessing with ONNX: ResNet-50 example #266

Closed jantonguirao closed 1 year ago

jantonguirao commented 2 years ago

Adds a tutorial on how to use ONNX to represent a data preprocessing graph and combine it with an existing network. The tutorial uses ResNet-50 as an example.

Signed-off-by: Joaquin Anton janton@nvidia.com

jcwchen commented 1 year ago

Thank you for the quick updates. I will merge it after onnxruntime 1.14 has been released (which finally supports opset_version 18).

jantonguirao commented 1 year ago

@gramalingam I adjusted the tutorial to use the parser API. It looks much better now, thanks.

jcwchen commented 1 year ago

ORT 1.14 has been released. I will merge this PR. Thanks @jantonguirao for adding!