From d72d4165b46f3d5136eb23a9dabebc998fb24799 Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Tue, 15 Dec 2020 16:35:38 +0000 Subject: [PATCH] fix doc --- StyleText/README_ch.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/StyleText/README_ch.md b/StyleText/README_ch.md index c2b6add7..51e3cda4 100644 --- a/StyleText/README_ch.md +++ b/StyleText/README_ch.md @@ -1,3 +1,5 @@ +简体中文 | [English](README.md) + ## Style Text ### 目录 @@ -56,6 +58,7 @@ fusion_generator: #### 合成单张图 输入一张风格图和一段文字语料,运行tools/synth_image,合成单张图片,结果图像保存在当前目录下: + ```python python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_images/2.jpg --text_corpus PaddleOCR --language en ``` @@ -73,13 +76,13 @@ python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_ 除此之外,程序还会生成并保存中间结果`fake_bg.jpg`:为风格参考图去掉文字后的背景; - +
`fake_text.jpg`:是用提供的字符串,仿照风格参考图中文字的风格,生成在灰色背景上的文字图片。 - +
@@ -99,11 +102,11 @@ python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_ * `method`:语料生成方法,目前有`FileCorpus`和`EnNumCorpus`可选。如果使用`EnNumCorpus`,则不需要填写其他配置,否则需要修改`corpus_file`和`language`; * `language`:语料的语种; * `corpus_file`: 语料文件路径。 - + StyleText也提供了一批中英韩5万张通用场景数据用作文本风格图像,便于合成场景丰富的文本图像,下图给出了一些示例。 - - 中英韩5万张通用场景数据: [下载地址](https://paddleocr.bj.bcebos.com/dygraph_v2.0/style_text/chkoen_5w.tar) - + + 中英韩5万张通用场景数据: [下载地址](https://paddleocr.bj.bcebos.com/dygraph_v2.0/style_text/chkoen_5w.tar) +
-- GitLab