From dc8c1f0ce4902439de45323fe2aae8894c5698f7 Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Tue, 9 Aug 2022 14:39:40 +0800 Subject: [PATCH] Update README.md --- new_examples/vision/detection/yolov7/cpp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/new_examples/vision/detection/yolov7/cpp/README.md b/new_examples/vision/detection/yolov7/cpp/README.md index 29eea1c1d..5cf656b9c 100644 --- a/new_examples/vision/detection/yolov7/cpp/README.md +++ b/new_examples/vision/detection/yolov7/cpp/README.md @@ -4,8 +4,8 @@ 在部署前,需确认以下两个步骤 -- 1. 软硬件环境满足要求,参考[FastDeploy环境要求](../../docs/quick_start/requirements.md) -- 2. 根据开发环境,下载预编译部署库,参考[FastDeploy预编译库](../../docs/compile/prebuild_libraries.md) +- 1. 软硬件环境满足要求,参考[FastDeploy环境要求](../../../../../docs/quick_start/requirements.md) +- 2. 根据开发环境,下载预编译部署库,参考[FastDeploy预编译库](../../../.././docs/compile/prebuild_libraries.md) 以Linux上CPU推理为例,在本目录执行如下命令即可完成编译测试