diff --git a/StyleTextRec/README_ch.md b/StyleTextRec/README_ch.md index 052811a0b2a2a140cbe8161256b163a55c9caee0..60edf343d753e6baf141798a4e88ca60bf4be132 100644 --- a/StyleTextRec/README_ch.md +++ b/StyleTextRec/README_ch.md @@ -66,7 +66,7 @@ python3 -m tools.synth_image -c configs/config.yml python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_images/2.jpg --text_corpus PaddleOCR --language en ``` * 注意:语言选项和语料相对应,目前我们支持英文、简体中文和韩语。 - + 3. 在`tools/synth_image.py`中,我们还提供了一个`batch_synth_images`方法,可以两两组合语料和图片,批量生成一批数据。 ### 高级使用 @@ -81,12 +81,15 @@ python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_ * `image_home`:风格图片目录; * `label_file`:风格图片路径列表文件,如果所用数据集有label,则label_file为label文件路径; * `with_label`:标志`label_file`是否为label文件。 - 我们提供了一批[样例图](https://paddleocr.bj.bcebos.com/dygraph_v2.0/style_text/chkoen_5w.tar)供您试用。 * `CorpusGenerator`: * `method`:语料生成方法,目前有`FileCorpus`和`EnNumCorpus`可选。如果使用`EnNumCorpus`,则不需要填写其他配置,否则需要修改`corpus_file`和`language`; * `language`:语料的语种; * `corpus_file`: 语料文件路径。 - + + 我们提供了一批[样例图](https://paddleocr.bj.bcebos.com/dygraph_v2.0/style_text/chkoen_5w.tar)供您试用,下面给出了一些示例: +