From 06e734a51bfb922ddb8e7def62ba6b6e4f1da253 Mon Sep 17 00:00:00 2001 From: zhiminzhang0830 <452516515@qq.com> Date: Sun, 9 Oct 2022 10:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/doc_ch/algorithm_rec_rfl.md | 2 +- doc/doc_en/algorithm_rec_rfl_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doc_ch/algorithm_rec_rfl.md b/doc/doc_ch/algorithm_rec_rfl.md index 5135e77a..0906d457 100644 --- a/doc/doc_ch/algorithm_rec_rfl.md +++ b/doc/doc_ch/algorithm_rec_rfl.md @@ -41,7 +41,7 @@ ### 3.1 模型训练 -请参考[文本识别训练教程](./recognition.md)。PaddleOCR对代码进行了模块化,训练`RFL`识别模型时需要**更换配置文件**为`RFL`的[配置文件](../../configs/rec/rec_resnet_rfl_att.yml)。 +PaddleOCR对代码进行了模块化,训练`RFL`识别模型时需要**更换配置文件**为`RFL`的[配置文件](../../configs/rec/rec_resnet_rfl_att.yml)。 #### 启动训练 diff --git a/doc/doc_en/algorithm_rec_rfl_en.md b/doc/doc_en/algorithm_rec_rfl_en.md index 8f0adfbe..273210c6 100644 --- a/doc/doc_en/algorithm_rec_rfl_en.md +++ b/doc/doc_en/algorithm_rec_rfl_en.md @@ -36,7 +36,7 @@ Please refer to ["Environment Preparation"](./environment_en.md) to configure th ## 3. Model Training / Evaluation / Prediction -Please refer to [Text Recognition Tutorial](./recognition_en.md). PaddleOCR modularizes the code, and training different recognition models only requires **changing the configuration file**. +PaddleOCR modularizes the code, and training different recognition models only requires **changing the configuration file**. Training: -- GitLab