Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
6a27f589
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看板
提交
6a27f589
编写于
8月 22, 2022
作者:
文幕地方
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add SLANet ch config
上级
6eca179e
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
141 addition
and
0 deletion
+141
-0
configs/table/SLANet_ch.yml
configs/table/SLANet_ch.yml
+141
-0
未找到文件。
configs/table/SLANet_ch.yml
0 → 100644
浏览文件 @
6a27f589
Global
:
use_gpu
:
True
epoch_num
:
400
log_smooth_window
:
20
print_batch_step
:
20
save_model_dir
:
./output/SLANet_ch
save_epoch_step
:
400
# evaluation is run every 331 iterations after the 0th iteration
eval_batch_step
:
[
0
,
331
]
cal_metric_during_train
:
True
pretrained_model
:
checkpoints
:
save_inference_dir
:
./output/SLANet_ch/infer
use_visualdl
:
False
infer_img
:
doc/table/table.jpg
# for data or label process
character_dict_path
:
ppocr/utils/dict/table_structure_dict_ch.txt
character_type
:
en
max_text_length
:
&max_text_length
500
box_format
:
&box_format
xyxyxyxy
# 'xywh', 'xyxy', 'xyxyxyxy'
infer_mode
:
False
use_sync_bn
:
True
save_res_path
:
output/infer
Optimizer
:
name
:
Adam
beta1
:
0.9
beta2
:
0.999
clip_norm
:
5.0
lr
:
learning_rate
:
0.001
regularizer
:
name
:
'
L2'
factor
:
0.00000
Architecture
:
model_type
:
table
algorithm
:
SLANet
Backbone
:
name
:
PPLCNet
scale
:
1.0
pretrained
:
True
use_ssld
:
True
Neck
:
name
:
CSPPAN
out_channels
:
96
Head
:
name
:
SLAHead
hidden_size
:
256
max_text_length
:
*max_text_length
loc_reg_num
:
&loc_reg_num
8
Loss
:
name
:
SLALoss
structure_weight
:
1.0
loc_weight
:
2.0
loc_loss
:
smooth_l1
PostProcess
:
name
:
TableLabelDecode
merge_no_span_structure
:
&merge_no_span_structure
True
Metric
:
name
:
TableMetric
main_indicator
:
acc
compute_bbox_metric
:
False
loc_reg_num
:
*loc_reg_num
box_format
:
*box_format
del_thead_tbody
:
True
Train
:
dataset
:
name
:
PubTabDataSet
data_dir
:
/path/to/train_data/
label_file_list
:
[
/path/to/train_gt.txt
]
transforms
:
-
DecodeImage
:
img_mode
:
BGR
channel_first
:
False
-
TableLabelEncode
:
learn_empty_box
:
False
merge_no_span_structure
:
*merge_no_span_structure
replace_empty_cell_token
:
False
loc_reg_num
:
*loc_reg_num
max_text_length
:
*max_text_length
-
TableBoxEncode
:
in_box_format
:
*box_format
out_box_format
:
*box_format
-
ResizeTableImage
:
max_len
:
488
-
NormalizeImage
:
scale
:
1./255.
mean
:
[
0.485
,
0.456
,
0.406
]
std
:
[
0.229
,
0.224
,
0.225
]
order
:
'
hwc'
-
PaddingTableImage
:
size
:
[
488
,
488
]
-
ToCHWImage
:
-
KeepKeys
:
keep_keys
:
[
'
image'
,
'
structure'
,
'
bboxes'
,
'
bbox_masks'
,
'
shape'
]
loader
:
shuffle
:
True
batch_size_per_card
:
48
drop_last
:
True
num_workers
:
1
Eval
:
dataset
:
name
:
PubTabDataSet
data_dir
:
/path/to/val_data/
label_file_list
:
[
/path/to/val_gt.txt
]
transforms
:
-
DecodeImage
:
img_mode
:
BGR
channel_first
:
False
-
TableLabelEncode
:
learn_empty_box
:
False
merge_no_span_structure
:
*merge_no_span_structure
replace_empty_cell_token
:
False
loc_reg_num
:
*loc_reg_num
max_text_length
:
*max_text_length
-
TableBoxEncode
:
in_box_format
:
*box_format
out_box_format
:
*box_format
-
ResizeTableImage
:
max_len
:
488
-
NormalizeImage
:
scale
:
1./255.
mean
:
[
0.485
,
0.456
,
0.406
]
std
:
[
0.229
,
0.224
,
0.225
]
order
:
'
hwc'
-
PaddingTableImage
:
size
:
[
488
,
488
]
-
ToCHWImage
:
-
KeepKeys
:
keep_keys
:
[
'
image'
,
'
structure'
,
'
bboxes'
,
'
bbox_masks'
,
'
shape'
]
loader
:
shuffle
:
False
drop_last
:
False
batch_size_per_card
:
48
num_workers
:
1
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录