PP-DocLayout_plus-L / config.json
Tingquan's picture
Upload folder using huggingface_hub
e67d101 verified
{
"mode": "paddle",
"draw_threshold": 0.5,
"metric": "COCO",
"use_dynamic_shape": false,
"Global": {
"model_name": "PP-DocLayout_plus-L"
},
"arch": "DETR",
"min_subgraph_size": 3,
"Preprocess": [
{
"interp": 2,
"keep_ratio": false,
"target_size": [
800,
800
],
"type": "Resize"
},
{
"mean": [
0.0,
0.0,
0.0
],
"norm_type": "none",
"std": [
1.0,
1.0,
1.0
],
"type": "NormalizeImage"
},
{
"type": "Permute"
}
],
"label_list": [
"paragraph_title",
"image",
"text",
"number",
"abstract",
"content",
"figure_title",
"formula",
"table",
"reference",
"doc_title",
"footnote",
"header",
"algorithm",
"footer",
"seal",
"chart",
"formula_number",
"aside_text",
"reference_content"
],
"Hpi": {
"backend_configs": {
"paddle_infer": {
"trt_dynamic_shapes": {
"im_shape": [
[
1,
2
],
[
1,
2
],
[
8,
2
]
],
"image": [
[
1,
3,
800,
800
],
[
1,
3,
800,
800
],
[
8,
3,
800,
800
]
],
"scale_factor": [
[
1,
2
],
[
1,
2
],
[
8,
2
]
]
},
"trt_dynamic_shape_input_data": {
"im_shape": [
[
800,
800
],
[
800,
800
],
[
800,
800,
800,
800,
800,
800,
800,
800,
800,
800,
800,
800,
800,
800,
800,
800
]
],
"scale_factor": [
[
2,
2
],
[
1,
1
],
[
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67,
0.67
]
]
}
},
"tensorrt": {
"dynamic_shapes": {
"im_shape": [
[
1,
2
],
[
1,
2
],
[
8,
2
]
],
"image": [
[
1,
3,
800,
800
],
[
1,
3,
800,
800
],
[
8,
3,
800,
800
]
],
"scale_factor": [
[
1,
2
],
[
1,
2
],
[
8,
2
]
]
}
}
}
}
}