From da1c7fe0b95d031f06ec53a8af8b03a024893634 Mon Sep 17 00:00:00 2001 From: weishengyu Date: Tue, 15 Dec 2020 16:35:46 +0800 Subject: [PATCH] add download link --- doc/doc_ch/style_text_rec.md | 2 +- doc/doc_en/style_text_rec_en.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doc_ch/style_text_rec.md b/doc/doc_ch/style_text_rec.md index 54e2d325..52d10446 100644 --- a/doc/doc_ch/style_text_rec.md +++ b/doc/doc_ch/style_text_rec.md @@ -18,7 +18,7 @@ wget /path/to/style_text_models.zip unzip style_text_models.zip ``` -您可以在[此处]()下载模型文件。如果您选择了其他下载位置,请在`configs/config.yml`中修改模型文件的地址,修改时需要同时修改这三个配置: +您可以在 [此处](https://paddleocr.bj.bcebos.com/dygraph_v2.0/style_text/style_text_models.zip) 下载模型文件。如果您选择了其他下载位置,请在`configs/config.yml`中修改模型文件的地址,修改时需要同时修改这三个配置: ``` bg_generator: diff --git a/doc/doc_en/style_text_rec_en.md b/doc/doc_en/style_text_rec_en.md index 58461d01..7e7d29c9 100644 --- a/doc/doc_en/style_text_rec_en.md +++ b/doc/doc_en/style_text_rec_en.md @@ -7,7 +7,7 @@ The following figure shows some example results. In addition, the actual `namepl #### Preparation -1. Please refer the [QUICK INSTALLATION](./installation_en.md) to install PaddlePaddle. Python3 environment is recommended. +1. Please refer the [QUICK INSTALLATION](./installation_en.md) to install PaddlePaddle. Python3 environment is strongly recommended. 2. Download the pretrained models and unzip: ```bash @@ -16,7 +16,7 @@ wget /path/to/style_text_models.zip unzip style_text_models.zip ``` -You can dowload models [here](). If you save the model files in other folders, please edit the three model paths in `configs/config.yml`: +You can dowload models [here](https://paddleocr.bj.bcebos.com/dygraph_v2.0/style_text/style_text_models.zip). If you save the model files in other folders, please edit the three model paths in `configs/config.yml`: ``` bg_generator: -- GitLab