From 5cba5aff34f0a262c05e33eed2384835ddc54b79 Mon Sep 17 00:00:00 2001 From: Leif <4603009@qq.com> Date: Tue, 7 Sep 2021 21:14:58 +0800 Subject: [PATCH] Update models.md --- doc/doc_ch/{models_and_config.md => models.md} | 6 +++--- doc/doc_en/{models_and_config_en.md => models_en.md} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename doc/doc_ch/{models_and_config.md => models.md} (84%) rename doc/doc_en/{models_and_config_en.md => models_en.md} (88%) diff --git a/doc/doc_ch/models_and_config.md b/doc/doc_ch/models.md similarity index 84% rename from doc/doc_ch/models_and_config.md rename to doc/doc_ch/models.md index 89afc89a..48edaf88 100644 --- a/doc/doc_ch/models_and_config.md +++ b/doc/doc_ch/models.md @@ -1,8 +1,8 @@ -# PP-OCR模型与配置文件 -PP-OCR模型与配置文件一章主要补充一些OCR模型的基本概念、配置文件的内容与作用以便对模型后续的参数调整和训练中拥有更好的体验。 +# PP-OCR模型库 +PP-OCR模型一章主要补充一些OCR模型的基本概念、配置文件的内容与作用以便对模型后续的参数调整和训练中拥有更好的体验。 -本章包含三个部分,首先在[PP-OCR模型下载](./models_list.md)中解释PP-OCR模型的类型概念,并提供所有模型的下载链接。然后在[配置文件内容与生成](./config.md)中详细说明调整PP-OCR模型所需的参数。最后的[模型库快速使用](./inference_ppocr.md)是对第一节PP-OCR模型库使用方法的介绍,可以通过Python推理引擎快速利用丰富的模型库模型获得测试结果。 +本章包含两个部分,首先在[PP-OCR模型下载](./models_list.md)中解释PP-OCR模型的类型概念,并提供所有模型的下载链接。[模型库快速使用](./inference_ppocr.md)是对PP-OCR模型库使用方法的介绍,可以通过Python推理引擎快速利用丰富的模型库模型获得测试结果。 ------ diff --git a/doc/doc_en/models_and_config_en.md b/doc/doc_en/models_en.md similarity index 88% rename from doc/doc_en/models_and_config_en.md rename to doc/doc_en/models_en.md index 414d844d..cfa5e765 100644 --- a/doc/doc_en/models_and_config_en.md +++ b/doc/doc_en/models_en.md @@ -1,7 +1,7 @@ # PP-OCR Model and Configuration The chapter on PP-OCR model and configuration file mainly adds some basic concepts of OCR model and the content and role of configuration file to have a better experience in the subsequent parameter adjustment and training of the model. -This chapter contains three parts. Firstly, [PP-OCR Model Download](. /models_list_en.md) explains the concept of PP-OCR model types and provides links to download all models. Then in [Yml Configuration](. /config_en.md) details the parameters needed to fine-tune the PP-OCR models. The final [Python Inference for PP-OCR Model Library](. /inference_ppocr_en.md) is an introduction to the use of the PP-OCR model library in the first section, which can quickly utilize the rich model library models to obtain test results through the Python inference engine. +This chapter contains two parts. Firstly, [PP-OCR Model Download](. /models_list_en.md) explains the concept of PP-OCR model types and provides links to download all models. The next [Python Inference for PP-OCR Model Library](. /inference_ppocr_en.md) is an introduction to the use of the PP-OCR model library, which can quickly utilize the rich model library models to obtain test results through the Python inference engine. ------ -- GitLab