From 5f6bffb55cff9e61fb556db27bf2b3d6ebddfc28 Mon Sep 17 00:00:00 2001 From: quic-zhanweiw <150764245+quic-zhanweiw@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:27:00 +0800 Subject: [PATCH] Update User_Guide.md Signed-off-by: quic-zhanweiw <150764245+quic-zhanweiw@users.noreply.github.com> --- Docs/User_Guide.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Docs/User_Guide.md b/Docs/User_Guide.md index cf4208f..901854c 100644 --- a/Docs/User_Guide.md +++ b/Docs/User_Guide.md @@ -19,12 +19,15 @@ C:\Qualcomm\AIStack\QAIRT\{SDK Version}\lib\hexagon-v73\unsigned\libqnnhtpv73.ca We can copy these libraries to one folder. E.g.: ```C:\\qnn_assets\QNN_binaries\```
### 2. Python and common python extensions: -Get ARM64 version 'python-3.11.5-arm64.exe' from below link and install it: +Get ARM64 version 'python-3.11.5-arm64.exe' from below link and install it. Make sure to add Python to your PATH environment. https://www.python.org/ftp/python/3.11.5/python-3.11.5-arm64.exe -Get common Python extensions such as NumPy, OpenCV, Pillow from here: +Get common Python extensions such as NumPy, Pillow from here: https://github.com/cgohlke/win_arm64-wheels/ +Get OpenCV from here: +https://github.com/RockLakeGrass/Windows-on-ARM64-Toolchain/tree/main/Python/packages/opencv-python + Get PyQt6 from here: https://github.com/RockLakeGrass/Windows-on-ARM64-Toolchain/tree/main/Python/packages/PyQt/PyQt6