Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
f5613aa9
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看板
提交
f5613aa9
编写于
10月 16, 2020
作者:
W
WenmuZhou
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
num_workers改为8
上级
a75a614a
变更
6
显示空白变更内容
内联
并排
Showing
6 changed file
with
122 addition
and
17 deletion
+122
-17
configs/det/det_mv3_db.yml
configs/det/det_mv3_db.yml
+7
-7
configs/det/det_r50_vd_db.yml
configs/det/det_r50_vd_db.yml
+4
-4
configs/rec/rec_mv3_none_bilstm_ctc.yml
configs/rec/rec_mv3_none_bilstm_ctc.yml
+2
-2
configs/rec/rec_mv3_none_bilstm_ctc_lmdb.yml
configs/rec/rec_mv3_none_bilstm_ctc_lmdb.yml
+2
-2
configs/rec/rec_mv3_none_none_ctc_lmdb.yml
configs/rec/rec_mv3_none_none_ctc_lmdb.yml
+105
-0
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
+2
-2
未找到文件。
configs/det/det_mv3_db.yml
浏览文件 @
f5613aa9
...
@@ -3,7 +3,7 @@ Global:
...
@@ -3,7 +3,7 @@ Global:
epoch_num
:
1200
epoch_num
:
1200
log_smooth_window
:
20
log_smooth_window
:
20
print_batch_step
:
2
print_batch_step
:
2
save_model_dir
:
./output/
20201010
/
save_model_dir
:
./output/
db_mv3
/
save_epoch_step
:
1200
save_epoch_step
:
1200
# evaluation is run every 5000 iterations after the 4000th iteration
# evaluation is run every 5000 iterations after the 4000th iteration
eval_batch_step
:
8
eval_batch_step
:
8
...
@@ -66,9 +66,9 @@ Metric:
...
@@ -66,9 +66,9 @@ Metric:
TRAIN
:
TRAIN
:
dataset
:
dataset
:
name
:
SimpleDataSet
name
:
SimpleDataSet
data_dir
:
/home/zhoujun20
/detection/
data_dir
:
.
/detection/
file_list
:
file_list
:
-
/home/zhoujun20
/detection/train_icdar2015_label.txt
# dataset1
-
.
/detection/train_icdar2015_label.txt
# dataset1
ratio_list
:
[
1.0
]
ratio_list
:
[
1.0
]
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
...
@@ -103,14 +103,14 @@ TRAIN:
...
@@ -103,14 +103,14 @@ TRAIN:
shuffle
:
True
shuffle
:
True
drop_last
:
False
drop_last
:
False
batch_size
:
16
batch_size
:
16
num_workers
:
6
num_workers
:
8
EVAL
:
EVAL
:
dataset
:
dataset
:
name
:
SimpleDataSet
name
:
SimpleDataSet
data_dir
:
/home/zhoujun20
/detection/
data_dir
:
.
/detection/
file_list
:
file_list
:
-
/home/zhoujun20
/detection/test_icdar2015_label.txt
-
.
/detection/test_icdar2015_label.txt
transforms
:
transforms
:
-
DecodeImage
:
# load image
-
DecodeImage
:
# load image
img_mode
:
BGR
img_mode
:
BGR
...
@@ -130,4 +130,4 @@ EVAL:
...
@@ -130,4 +130,4 @@ EVAL:
shuffle
:
False
shuffle
:
False
drop_last
:
False
drop_last
:
False
batch_size
:
1
# must be 1
batch_size
:
1
# must be 1
num_workers
:
6
num_workers
:
8
\ No newline at end of file
\ No newline at end of file
configs/det/det_r50_vd_db.yml
浏览文件 @
f5613aa9
...
@@ -3,14 +3,14 @@ Global:
...
@@ -3,14 +3,14 @@ Global:
epoch_num
:
1200
epoch_num
:
1200
log_smooth_window
:
20
log_smooth_window
:
20
print_batch_step
:
2
print_batch_step
:
2
save_model_dir
:
./output/20201010/
save_model_dir
:
./output/2020101
5_r5
0/
save_epoch_step
:
1200
save_epoch_step
:
1200
# evaluation is run every 5000 iterations after the 4000th iteration
# evaluation is run every 5000 iterations after the 4000th iteration
eval_batch_step
:
8
eval_batch_step
:
8
# if pretrained_model is saved in static mode, load_static_weights must set to True
# if pretrained_model is saved in static mode, load_static_weights must set to True
load_static_weights
:
True
load_static_weights
:
True
cal_metric_during_train
:
False
cal_metric_during_train
:
False
pretrained_model
:
/home/zhoujun20/pretrain_models/
MobileNetV3_large_x0_5_pretrained
pretrained_model
:
/home/zhoujun20/pretrain_models/
ResNet50_vd_ssld_pretrained/
checkpoints
:
#./output/det_db_0.001_DiceLoss_256_pp_config_2.0b_4gpu/best_accuracy
checkpoints
:
#./output/det_db_0.001_DiceLoss_256_pp_config_2.0b_4gpu/best_accuracy
save_inference_dir
:
save_inference_dir
:
use_visualdl
:
True
use_visualdl
:
True
...
@@ -102,7 +102,7 @@ TRAIN:
...
@@ -102,7 +102,7 @@ TRAIN:
shuffle
:
True
shuffle
:
True
drop_last
:
False
drop_last
:
False
batch_size
:
16
batch_size
:
16
num_workers
:
6
num_workers
:
8
EVAL
:
EVAL
:
dataset
:
dataset
:
...
@@ -129,4 +129,4 @@ EVAL:
...
@@ -129,4 +129,4 @@ EVAL:
shuffle
:
False
shuffle
:
False
drop_last
:
False
drop_last
:
False
batch_size
:
1
# must be 1
batch_size
:
1
# must be 1
num_workers
:
6
num_workers
:
8
\ No newline at end of file
\ No newline at end of file
configs/rec/rec_mv3_none_bilstm_ctc.yml
浏览文件 @
f5613aa9
...
@@ -84,7 +84,7 @@ TRAIN:
...
@@ -84,7 +84,7 @@ TRAIN:
batch_size
:
256
batch_size
:
256
shuffle
:
True
shuffle
:
True
drop_last
:
True
drop_last
:
True
num_workers
:
6
num_workers
:
8
EVAL
:
EVAL
:
dataset
:
dataset
:
...
@@ -105,4 +105,4 @@ EVAL:
...
@@ -105,4 +105,4 @@ EVAL:
shuffle
:
False
shuffle
:
False
drop_last
:
False
drop_last
:
False
batch_size
:
256
batch_size
:
256
num_workers
:
6
num_workers
:
8
configs/rec/rec_mv3_none_bilstm_ctc_lmdb.yml
浏览文件 @
f5613aa9
...
@@ -83,7 +83,7 @@ TRAIN:
...
@@ -83,7 +83,7 @@ TRAIN:
batch_size
:
256
batch_size
:
256
shuffle
:
True
shuffle
:
True
drop_last
:
True
drop_last
:
True
num_workers
:
6
num_workers
:
8
EVAL
:
EVAL
:
dataset
:
dataset
:
...
@@ -103,4 +103,4 @@ EVAL:
...
@@ -103,4 +103,4 @@ EVAL:
shuffle
:
False
shuffle
:
False
drop_last
:
False
drop_last
:
False
batch_size
:
256
batch_size
:
256
num_workers
:
6
num_workers
:
8
configs/rec/rec_mv3_none_none_ctc_lmdb.yml
0 → 100644
浏览文件 @
f5613aa9
Global
:
use_gpu
:
false
epoch_num
:
500
log_smooth_window
:
20
print_batch_step
:
1
save_model_dir
:
./output/rec/test/
save_epoch_step
:
500
# evaluation is run every 5000 iterations after the 4000th iteration
eval_batch_step
:
1016
# if pretrained_model is saved in static mode, load_static_weights must set to True
load_static_weights
:
True
cal_metric_during_train
:
True
pretrained_model
:
checkpoints
:
#output/rec/rec_crnn/best_accuracy
save_inference_dir
:
use_visualdl
:
True
infer_img
:
doc/imgs_words/ch/word_1.jpg
# for data or label process
max_text_length
:
80
character_dict_path
:
/home/zhoujun20/rec/lmdb/dict.txt
character_type
:
'
en'
use_space_char
:
True
infer_mode
:
False
use_tps
:
False
Optimizer
:
name
:
Adam
beta1
:
0.9
beta2
:
0.999
learning_rate
:
name
:
Cosine
lr
:
0.0005
warmup_epoch
:
1
regularizer
:
name
:
'
L2'
factor
:
0.00001
Architecture
:
type
:
rec
algorithm
:
CRNN
Transform
:
Backbone
:
name
:
MobileNetV3
scale
:
0.5
model_name
:
small
small_stride
:
[
1
,
2
,
2
,
2
]
Neck
:
name
:
SequenceEncoder
encoder_type
:
reshape
Head
:
name
:
CTC
fc_decay
:
0.00001
Loss
:
name
:
CTCLoss
PostProcess
:
name
:
CTCLabelDecode
Metric
:
name
:
RecMetric
main_indicator
:
acc
TRAIN
:
dataset
:
name
:
LMDBDateSet
file_list
:
-
/Users/zhoujun20/Downloads/evaluation_new
# dataset1
ratio_list
:
[
0.4
,
0.6
]
transforms
:
-
DecodeImage
:
# load image
img_mode
:
BGR
channel_first
:
False
-
CTCLabelEncode
:
# Class handling label
-
RecAug
:
-
RecResizeImg
:
image_shape
:
[
3
,
32
,
320
]
-
keepKeys
:
keep_keys
:
[
'
image'
,
'
label'
,
'
length'
]
# dataloader将按照此顺序返回list
loader
:
batch_size
:
256
shuffle
:
True
drop_last
:
True
num_workers
:
8
EVAL
:
dataset
:
name
:
LMDBDateSet
file_list
:
-
/home/zhoujun20/rec/lmdb/val
transforms
:
-
DecodeImage
:
# load image
img_mode
:
BGR
channel_first
:
False
-
CTCLabelEncode
:
# Class handling label
-
RecResizeImg
:
image_shape
:
[
3
,
32
,
320
]
-
keepKeys
:
keep_keys
:
[
'
image'
,
'
label'
,
'
length'
]
# dataloader将按照此顺序返回list
loader
:
shuffle
:
False
drop_last
:
False
batch_size
:
256
num_workers
:
8
configs/rec/rec_r34_vd_none_bilstm_ctc.yml
浏览文件 @
f5613aa9
...
@@ -82,7 +82,7 @@ TRAIN:
...
@@ -82,7 +82,7 @@ TRAIN:
batch_size
:
256
batch_size
:
256
shuffle
:
True
shuffle
:
True
drop_last
:
True
drop_last
:
True
num_workers
:
6
num_workers
:
8
EVAL
:
EVAL
:
dataset
:
dataset
:
...
@@ -103,4 +103,4 @@ EVAL:
...
@@ -103,4 +103,4 @@ EVAL:
shuffle
:
False
shuffle
:
False
drop_last
:
False
drop_last
:
False
batch_size
:
256
batch_size
:
256
num_workers
:
6
num_workers
:
8
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录