Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
eb15a984
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看板
未验证
提交
eb15a984
编写于
10月 29, 2020
作者:
S
shaohua.zhang
提交者:
GitHub
10月 29, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add the character_dict_path to the yml (#1045)
add reduction_factor into the yml files
上级
7ad0fe5e
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
9 addition
and
0 deletion
+9
-0
configs/rec/rec_mv3_none_bilstm_ctc.yml
configs/rec/rec_mv3_none_bilstm_ctc.yml
+1
-0
configs/rec/rec_mv3_none_none_ctc.yml
configs/rec/rec_mv3_none_none_ctc.yml
+1
-0
configs/rec/rec_mv3_tps_bilstm_attn.yml
configs/rec/rec_mv3_tps_bilstm_attn.yml
+1
-0
configs/rec/rec_mv3_tps_bilstm_ctc.yml
configs/rec/rec_mv3_tps_bilstm_ctc.yml
+1
-0
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
+1
-0
configs/rec/rec_r34_vd_none_none_ctc.yml
configs/rec/rec_r34_vd_none_none_ctc.yml
+1
-0
configs/rec/rec_r34_vd_tps_bilstm_attn.yml
configs/rec/rec_r34_vd_tps_bilstm_attn.yml
+1
-0
configs/rec/rec_r34_vd_tps_bilstm_ctc.yml
configs/rec/rec_r34_vd_tps_bilstm_ctc.yml
+1
-0
configs/rec/rec_r50fpn_vd_none_srn.yml
configs/rec/rec_r50fpn_vd_none_srn.yml
+1
-0
未找到文件。
configs/rec/rec_mv3_none_bilstm_ctc.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
3
,
32
,
100
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
ctc
reader_yml
:
./configs/rec/rec_benchmark_reader.yml
pretrain_weights
:
...
...
configs/rec/rec_mv3_none_none_ctc.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
3
,
32
,
100
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
ctc
reader_yml
:
./configs/rec/rec_benchmark_reader.yml
pretrain_weights
:
...
...
configs/rec/rec_mv3_tps_bilstm_attn.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
3
,
32
,
100
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
attention
tps
:
true
reader_yml
:
./configs/rec/rec_benchmark_reader.yml
...
...
configs/rec/rec_mv3_tps_bilstm_ctc.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
3
,
32
,
100
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
ctc
tps
:
true
reader_yml
:
./configs/rec/rec_benchmark_reader.yml
...
...
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
3
,
32
,
100
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
ctc
reader_yml
:
./configs/rec/rec_benchmark_reader.yml
pretrain_weights
:
...
...
configs/rec/rec_r34_vd_none_none_ctc.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
3
,
32
,
100
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
ctc
reader_yml
:
./configs/rec/rec_benchmark_reader.yml
pretrain_weights
:
...
...
configs/rec/rec_r34_vd_tps_bilstm_attn.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
3
,
32
,
100
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
attention
tps
:
true
reader_yml
:
./configs/rec/rec_benchmark_reader.yml
...
...
configs/rec/rec_r34_vd_tps_bilstm_ctc.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
3
,
32
,
100
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
ctc
tps
:
true
reader_yml
:
./configs/rec/rec_benchmark_reader.yml
...
...
configs/rec/rec_r50fpn_vd_none_srn.yml
浏览文件 @
eb15a984
...
...
@@ -12,6 +12,7 @@ Global:
image_shape
:
[
1
,
64
,
256
]
max_text_length
:
25
character_type
:
en
character_dict_path
:
loss_type
:
srn
num_heads
:
8
average_window
:
0.15
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录