From ac861026dde3696b5a5ab49223043638922fb5a3 Mon Sep 17 00:00:00 2001 From: Jethong <1147925384@qq.com> Date: Sat, 10 Apr 2021 13:23:34 +0800 Subject: [PATCH] fix chinese error --- doc/doc_en/pgnet_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc_en/pgnet_en.md b/doc/doc_en/pgnet_en.md index 29c73717..e5ee0db5 100644 --- a/doc/doc_en/pgnet_en.md +++ b/doc/doc_en/pgnet_en.md @@ -65,7 +65,7 @@ The visualized end-to-end results are saved to the `./inference_results` folder ## 4、Model Training,Evaluation And Inference This section takes the totaltext dataset as an example to introduce the training, evaluation and testing of the end-to-end model in PaddleOCR. -### 准备数据 +### Data Preparation Download and unzip [totaltext](https://github.com/cs-chan/Total-Text-Dataset/blob/master/Dataset/README.md) dataset to PaddleOCR/train_data/, dataset organization structure is as follow: ``` /PaddleOCR/train_data/total_text/train/ -- GitLab