Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
b8007177
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
b8007177
编写于
12月 16, 2020
作者:
W
weishengyu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add examples in doc
上级
f4185102
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
29 addition
and
5 deletion
+29
-5
StyleText/README.md
StyleText/README.md
+12
-1
StyleText/README_ch.md
StyleText/README_ch.md
+13
-0
StyleText/configs/dataset_config.yml
StyleText/configs/dataset_config.yml
+3
-3
StyleText/examples/corpus/example.txt
StyleText/examples/corpus/example.txt
+1
-1
StyleText/examples/style_images/12.png
StyleText/examples/style_images/12.png
+0
-0
未找到文件。
StyleText/README.md
浏览文件 @
b8007177
...
...
@@ -138,7 +138,18 @@ We provide a general dataset containing Chinese, English and Korean (50,000 imag
```
bash
python
-m
tools.synth_dataset.py
-c
configs/dataset_config.yml
```
We also provide example corpus and images in
`example`
folder.
<div
align=
"center"
>
<img
src=
"examples/style_images/1.jpg"
width=
"300"
>
<img
src=
"examples/style_images/2.jpg"
width=
"300"
>
</div>
If you run the code above directly, you will get example output data in
`output_data`
folder.
You will get synthesis images and labels as below:
<div
align=
"center"
>
<img
src=
"doc/images/12.png"
width=
"800"
>
</div>
There will be some cache under the
`label`
folder. If the program exit unexpectedly, you can find cached labels there.
When the program finish normally, you will find all the labels in
`label.txt`
which give the final results.
<a
name=
"Applications"
></a>
### Applications
...
...
StyleText/README_ch.md
浏览文件 @
b8007177
...
...
@@ -126,6 +126,19 @@ python3 -m tools.synth_image -c configs/config.yml --style_image examples/style_
```
bash
python
-m
tools.synth_dataset
-c
configs/dataset_config.yml
```
我们在example提供了样例图片和语料在example中。
<div
align=
"center"
>
<img
src=
"examples/style_images/1.jpg"
width=
"300"
>
<img
src=
"examples/style_images/2.jpg"
width=
"300"
>
</div>
直接运行上述命令,可以在output_data中产生样例输出,包括图片和用于训练识别模型的标注文件:
<div
align=
"center"
>
<img
src=
"doc/images/12.png"
width=
"800"
>
</div>
其中label目录下的标注文件为程序运行过程中产生的缓存,如果程序在中途异常终止,可以使用缓存的标注文件。
如果程序正常运行完毕,则会在output_data下生成label.txt,为最终的标注结果。
<a
name=
"应用案例"
></a>
### 四、应用案例
...
...
StyleText/configs/dataset_config.yml
浏览文件 @
b8007177
...
...
@@ -33,7 +33,7 @@ Predictor:
-
0.5
expand_result
:
false
bg_generator
:
pretrain
:
models/style_text_rec
/bg_generator
pretrain
:
style_text_models
/bg_generator
module_name
:
bg_generator
generator_type
:
BgGeneratorWithMask
encode_dim
:
64
...
...
@@ -43,7 +43,7 @@ Predictor:
conv_block_dilation
:
true
output_factor
:
1.05
text_generator
:
pretrain
:
models/style_text_rec
/text_generator
pretrain
:
style_text_models
/text_generator
module_name
:
text_generator
generator_type
:
TextGenerator
encode_dim
:
64
...
...
@@ -52,7 +52,7 @@ Predictor:
conv_block_dropout
:
false
conv_block_dilation
:
true
fusion_generator
:
pretrain
:
models/style_text_rec
/fusion_generator
pretrain
:
style_text_models
/fusion_generator
module_name
:
fusion_generator
generator_type
:
FusionGeneratorSimple
encode_dim
:
64
...
...
StyleText/examples/corpus/example.txt
浏览文件 @
b8007177
Paddle
OCR
Paddle
飞桨文字识别
StyleText/examples/style_images/12.png
0 → 100644
浏览文件 @
b8007177
114.8 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录