From fcef5e637c7af72e96574a898f6c5e7f6f3da735 Mon Sep 17 00:00:00 2001 From: Guy Nicholson Date: Tue, 8 Jul 2025 14:40:39 -0700 Subject: [PATCH] Fix option documentation Ignore onnx build folder. --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d0ac48..97fc48f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ examples/build-android/ examples/build-linux/ examples/build-windows/ examples/build-web/ +examples_onnx/build-linux include/.DS_Store lib/.DS_Store examples/.DS_Store diff --git a/README.md b/README.md index f5cf897..c31d661 100644 --- a/README.md +++ b/README.md @@ -447,7 +447,7 @@ You can check the official **ONNX Runtime releases** from [this website](https:/ ``` 1) cd examples_onnx/ -2) ./build-and-deploy-linux.sh --ort-root /absolute/path/to/your/onnxruntime/root/dir +2) ./build-and-deploy-linux.sh --ort-path /absolute/path/to/your/onnxruntime/root/dir ``` **Note 1**: If executing the onnx demo from a different directory than the one used when running build-and-deploy-linux.sh, ensure to create a symbolic link to src/onnx_model/ to prevent ONNX model file loading failures.