From c7e7c6e63d3ce47ae3117d926e4857b79c3aa3c4 Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:31:59 +0800 Subject: [PATCH] Update README.md --- examples/vision/detection/paddledetection/cpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vision/detection/paddledetection/cpp/README.md b/examples/vision/detection/paddledetection/cpp/README.md index febd343c1..4ed39929b 100644 --- a/examples/vision/detection/paddledetection/cpp/README.md +++ b/examples/vision/detection/paddledetection/cpp/README.md @@ -10,7 +10,7 @@ 以Linux上推理为例,在本目录执行如下命令即可完成编译测试 ``` -#下载SDK,编译模型examples代码(包含了examples代码) +#下载SDK,编译模型examples代码(SDK中包含了examples代码) wget https://bj.bcebos.com/paddlehub/fastdeploy/libs/0.2.0/fastdeploy-linux-x64-gpu-0.2.0.tgz tar xvf fastdeploy-linux-x64-gpu-0.2.0.tgz cd fastdeploy-linux-x64-gpu-0.2.0/examples/vision/detection/paddledetection