From 01d8da09fe64bc6b8a2a0257407cfa6355f59363 Mon Sep 17 00:00:00 2001 From: dongshuilong <dongshuilong@baidu.com> Date: Thu, 23 Dec 2021 10:26:30 +0800 Subject: [PATCH] update catlogue and link for cpp shitu en doc --- deploy/cpp_shitu/readme_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/cpp_shitu/readme_en.md b/deploy/cpp_shitu/readme_en.md index 4e5656df3..0a238a31d 100644 --- a/deploy/cpp_shitu/readme_en.md +++ b/deploy/cpp_shitu/readme_en.md @@ -243,7 +243,7 @@ A `build` folder will be created in the current path after the compilation, whic ## 3 Run the demo -- Please refer to the [Quick Start of Recognition](https://github.com/PaddlePaddle/PaddleClas/blob/develop/docs/zh_CN/quick_start/quick_start_recognition.md), download the corresponding Lightweight Generic Mainbody Detection Model, Lightweight Generic Recognition Model, and the beverage test data and unzip them. +- Please refer to the [Quick Start of Recognition](../../docs/en/quick_start/quick_start_recognition_en.md), download the corresponding Lightweight Generic Mainbody Detection Model, Lightweight Generic Recognition Model, and the beverage test data and unzip them. ```shell mkdir models @@ -300,6 +300,6 @@ A `build` folder will be created in the current path after the compilation, whic ## 4 Use Your Own Model -You can also use your self-trained models. Please refer to [model export](https://github.com/PaddlePaddle/PaddleClas/blob/develop/docs/zh_CN/inference_deployment/export_model.md) to export ` inference model` for model inference. +You can also use your self-trained models. Please refer to [model export](../../docs/en/inference_deployment/export_model_en.md) to export ` inference model` for model inference. Mind modifying the specific parameters in the `yaml` file.