From a7d9fd2c3e26738541a7b5da2ad4b586a6e89083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=88=E9=BE=99=E8=BE=89?= <1457688103@qq.com> Date: Tue, 3 Dec 2024 11:58:36 +0000 Subject: [PATCH] update Samples/YOLOV5USBCamera/python/README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谈龙辉 <1457688103@qq.com> --- Samples/YOLOV5USBCamera/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/YOLOV5USBCamera/python/README.md b/Samples/YOLOV5USBCamera/python/README.md index f7f14b9..2a10d28 100644 --- a/Samples/YOLOV5USBCamera/python/README.md +++ b/Samples/YOLOV5USBCamera/python/README.md @@ -39,7 +39,7 @@ 3. 安装ACLLite库。 - 参考[ACLLite仓](https://gitee.com/ascend/ACLLite)安装PyACLLite库。 + 参考[ACLLite仓](https://gitee.com/ascend/ACLLite/tree/master/python)安装PyACLLite库。 #### 运行样例 -- Gitee