Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
8edc6f24
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看板
提交
8edc6f24
编写于
10月 20, 2020
作者:
W
WenmuZhou
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
删除配置文件里的个人路径
上级
a88ce7a5
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
13 addition
and
13 deletion
+13
-13
configs/rec/rec_mv3_none_bilstm_ctc.yml
configs/rec/rec_mv3_none_bilstm_ctc.yml
+6
-6
configs/rec/rec_mv3_none_bilstm_ctc_lmdb.yml
configs/rec/rec_mv3_none_bilstm_ctc_lmdb.yml
+5
-5
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
+2
-2
未找到文件。
configs/rec/rec_mv3_none_bilstm_ctc.yml
浏览文件 @
8edc6f24
...
@@ -3,7 +3,7 @@ Global:
...
@@ -3,7 +3,7 @@ Global:
epoch_num
:
500
epoch_num
:
500
log_smooth_window
:
20
log_smooth_window
:
20
print_batch_step
:
10
print_batch_step
:
10
save_model_dir
:
./output/rec/
test
/
save_model_dir
:
./output/rec/
mv3_none_bilstm_ctc
/
save_epoch_step
:
500
save_epoch_step
:
500
# evaluation is run every 5000 iterations after the 4000th iteration
# evaluation is run every 5000 iterations after the 4000th iteration
eval_batch_step
:
127
eval_batch_step
:
127
...
@@ -11,7 +11,7 @@ Global:
...
@@ -11,7 +11,7 @@ Global:
load_static_weights
:
True
load_static_weights
:
True
cal_metric_during_train
:
True
cal_metric_during_train
:
True
pretrained_model
:
pretrained_model
:
checkpoints
:
#output/rec/rec_crnn/best_accuracy
checkpoints
:
save_inference_dir
:
save_inference_dir
:
use_visualdl
:
False
use_visualdl
:
False
infer_img
:
doc/imgs_words/ch/word_1.jpg
infer_img
:
doc/imgs_words/ch/word_1.jpg
...
@@ -66,9 +66,9 @@ Metric:
...
@@ -66,9 +66,9 @@ Metric:
TRAIN
:
TRAIN
:
dataset
:
dataset
:
name
:
SimpleDataSet
name
:
SimpleDataSet
data_dir
:
/home/zhoujun20
/rec
data_dir
:
.
/rec
file_list
:
file_list
:
-
/home/zhoujun20
/rec/real_data.txt
# dataset1
-
.
/rec/real_data.txt
# dataset1
ratio_list
:
[
0.4
,
0.6
]
ratio_list
:
[
0.4
,
0.6
]
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
...
@@ -89,9 +89,9 @@ TRAIN:
...
@@ -89,9 +89,9 @@ TRAIN:
EVAL
:
EVAL
:
dataset
:
dataset
:
name
:
SimpleDataSet
name
:
SimpleDataSet
data_dir
:
/home/zhoujun20
/rec
data_dir
:
.
/rec
file_list
:
file_list
:
-
/home/zhoujun20
/rec/label_val_all.txt
-
.
/rec/label_val_all.txt
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
img_mode
:
BGR
img_mode
:
BGR
...
...
configs/rec/rec_mv3_none_bilstm_ctc_lmdb.yml
浏览文件 @
8edc6f24
...
@@ -3,7 +3,7 @@ Global:
...
@@ -3,7 +3,7 @@ Global:
epoch_num
:
500
epoch_num
:
500
log_smooth_window
:
20
log_smooth_window
:
20
print_batch_step
:
1
print_batch_step
:
1
save_model_dir
:
./output/rec/
test
/
save_model_dir
:
./output/rec/
mv3_none_bilstm_ctc
/
save_epoch_step
:
500
save_epoch_step
:
500
# evaluation is run every 5000 iterations after the 4000th iteration
# evaluation is run every 5000 iterations after the 4000th iteration
eval_batch_step
:
1016
eval_batch_step
:
1016
...
@@ -11,13 +11,13 @@ Global:
...
@@ -11,13 +11,13 @@ Global:
load_static_weights
:
True
load_static_weights
:
True
cal_metric_during_train
:
True
cal_metric_during_train
:
True
pretrained_model
:
pretrained_model
:
checkpoints
:
#output/rec/rec_crnn/best_accuracy
checkpoints
:
save_inference_dir
:
save_inference_dir
:
use_visualdl
:
True
use_visualdl
:
True
infer_img
:
doc/imgs_words/ch/word_1.jpg
infer_img
:
doc/imgs_words/ch/word_1.jpg
# for data or label process
# for data or label process
max_text_length
:
80
max_text_length
:
80
character_dict_path
:
/home/zhoujun20/rec/lmdb/dict
.txt
character_dict_path
:
ppocr/utils/ppocr_keys_v1
.txt
character_type
:
'
ch'
character_type
:
'
ch'
use_space_char
:
True
use_space_char
:
True
infer_mode
:
False
infer_mode
:
False
...
@@ -67,7 +67,7 @@ TRAIN:
...
@@ -67,7 +67,7 @@ TRAIN:
dataset
:
dataset
:
name
:
LMDBDateSet
name
:
LMDBDateSet
file_list
:
file_list
:
-
/home/zhoujun20
/rec/lmdb/train
# dataset1
-
.
/rec/lmdb/train
# dataset1
ratio_list
:
[
0.4
,
0.6
]
ratio_list
:
[
0.4
,
0.6
]
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
...
@@ -89,7 +89,7 @@ EVAL:
...
@@ -89,7 +89,7 @@ EVAL:
dataset
:
dataset
:
name
:
LMDBDateSet
name
:
LMDBDateSet
file_list
:
file_list
:
-
/home/zhoujun20
/rec/lmdb/val
-
.
/rec/lmdb/val
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
img_mode
:
BGR
img_mode
:
BGR
...
...
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
浏览文件 @
8edc6f24
...
@@ -3,7 +3,7 @@ Global:
...
@@ -3,7 +3,7 @@ Global:
epoch_num
:
500
epoch_num
:
500
log_smooth_window
:
20
log_smooth_window
:
20
print_batch_step
:
10
print_batch_step
:
10
save_model_dir
:
./output/rec/
test
/
save_model_dir
:
./output/rec/
res34_none_bilstm_ctc
/
save_epoch_step
:
500
save_epoch_step
:
500
# evaluation is run every 5000 iterations after the 4000th iteration
# evaluation is run every 5000 iterations after the 4000th iteration
eval_batch_step
:
127
eval_batch_step
:
127
...
@@ -11,7 +11,7 @@ Global:
...
@@ -11,7 +11,7 @@ Global:
load_static_weights
:
True
load_static_weights
:
True
cal_metric_during_train
:
True
cal_metric_during_train
:
True
pretrained_model
:
pretrained_model
:
checkpoints
:
#output/rec/rec_crnn/best_accuracy
checkpoints
:
save_inference_dir
:
save_inference_dir
:
use_visualdl
:
False
use_visualdl
:
False
infer_img
:
doc/imgs_words/ch/word_1.jpg
infer_img
:
doc/imgs_words/ch/word_1.jpg
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录