From cbaf6e7c941df125cc4a2bb001fcb7f64a671af2 Mon Sep 17 00:00:00 2001 From: tink2123 Date: Mon, 17 Aug 2020 18:43:34 +0800 Subject: [PATCH] update en doc --- doc/doc_en/recognition_en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/doc_en/recognition_en.md b/doc/doc_en/recognition_en.md index 9b34c430..b9c42afa 100644 --- a/doc/doc_en/recognition_en.md +++ b/doc/doc_en/recognition_en.md @@ -18,6 +18,8 @@ ln -sf /train_data/dataset If you do not have a dataset locally, you can download it on the official website [icdar2015](http://rrc.cvc.uab.es/?ch=4&com=downloads). Also refer to [DTRB](https://github.com/clovaai/deep-text-recognition-benchmark#download-lmdb-dataset-for-traininig-and-evaluation-from-here),download the lmdb format dataset required for benchmark +If you want to reproduce the paper indicators of SRN, you need to download offline [augmented data](https://pan.baidu.com/s/1-HSZ-ZVdqBF2HaBZ5pRAKA), extraction code: y3ry. The augmented data is obtained by rotation and perturbation of mjsynth and synthtext. Please unzip the data to {your_path}/PaddleOCR/train_data/data_lmdb_Release/training/path. + * Use your own dataset: If you want to use your own data for training, please refer to the following to organize your data. -- GitLab