update catlogue and link for cpp shitu en doc

pull/1636/head
dongshuilong 2021-12-23 10:26:30 +08:00 committed by Tingquan Gao
parent 06b37aca08
commit 01d8da09fe
1 changed files with 2 additions and 2 deletions

View File

@ -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.