From ecc9f033fb931378482415eb05d7219229bf75b6 Mon Sep 17 00:00:00 2001 From: Bijay khanal <48025193+KhanalBijay@users.noreply.github.com> Date: Mon, 19 Apr 2021 17:23:35 +0545 Subject: [PATCH] Update README.md --- online_demo/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/online_demo/README.md b/online_demo/README.md index 2015cfd3..cb06d87c 100644 --- a/online_demo/README.md +++ b/online_demo/README.md @@ -88,10 +88,12 @@ pip3 install onnx 7. Install **onnx-simplifier** + Follow [here](https://elinux.org/Jetson_Zoo#ONNX_Runtime) to install **onnxruntime**. + ``` git clone https://github.com/daquexian/onnx-simplifier cd onnx-simplifier -# remove requirement 'onnxruntime >= 1.2.0' in setup.py, as it is not actually used +# remove requirement 'onnxruntime >= 1.2.0' in setup.py. pip install . cd .. ```