diff --git a/doc/doc_ch/training.md b/doc/doc_ch/training.md index fb7f94a9e86cf392421ab6ed6f99cf2d49390096..c6c7b87d9925197b36a246c651ab7179ff9d2e81 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 106e41c0183b0cb20a038e154e155a25fdc6faa6..aa5500ac88fef97829b4f19c5421e36f18ae1812 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)