From 1490bf5bdbc76645f92186d7519f6656cd74dab6 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Tue, 19 Oct 2021 07:00:44 +0000 Subject: [PATCH] update doc --- doc/doc_ch/training.md | 6 ++++++ doc/doc_en/training_en.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/doc/doc_ch/training.md b/doc/doc_ch/training.md index fb7f94a9..c6c7b87d 100644 --- a/doc/doc_ch/training.md +++ b/doc/doc_ch/training.md @@ -129,3 +129,9 @@ PaddleOCR主要聚焦通用OCR,如果有垂类需求,您可以用PaddleOCR+ A:识别模型训练初期acc为0是正常的,多训一段时间指标就上来了。 + +*** +具体的训练教程可点击下方链接跳转: +- [文本检测模型训练](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/detection.md) +- [文本识别模型训练](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/recognition.md) +- [文本方向分类器训练](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/angle_class.md) \ No newline at end of file diff --git a/doc/doc_en/training_en.md b/doc/doc_en/training_en.md index 106e41c0..aa5500ac 100644 --- a/doc/doc_en/training_en.md +++ b/doc/doc_en/training_en.md @@ -147,3 +147,9 @@ There are several experiences for reference when constructing the data set: A: It is normal for the acc to be 0 at the beginning of the recognition model training, and the indicator will come up after a longer training period. + +*** +Click the following links for detailed training tutorial: +- [text detection model training](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/detection.md) +- [text recognition model training](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/recognition.md) +- [text direction classification model training](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/doc/doc_ch/angle_class.md) -- GitLab