PP-OCRv4_mobile_seal_det / inference.yml
Tingquan's picture
Upload folder using huggingface_hub
a3b9cc1 verified
raw
history blame contribute delete
927 Bytes
Global:
model_name: PP-OCRv4_mobile_seal_det
Hpi:
backend_configs:
paddle_infer:
trt_dynamic_shapes: &id001
x:
- - 1
- 3
- 160
- 160
- - 1
- 3
- 640
- 640
- - 1
- 3
- 1280
- 1280
tensorrt:
dynamic_shapes: *id001
PreProcess:
transform_ops:
- DecodeImage:
channel_first: false
img_mode: BGR
- DetLabelEncode: null
- DetResizeForTest:
resize_long: 736
- NormalizeImage:
mean:
- 0.485
- 0.456
- 0.406
order: hwc
scale: 1./255.
std:
- 0.229
- 0.224
- 0.225
- ToCHWImage: null
- KeepKeys:
keep_keys:
- image
- shape
- polys
- ignore_tags
PostProcess:
name: DBPostProcess
thresh: 0.2
box_thresh: 0.6
max_candidates: 1000
unclip_ratio: 0.5
box_type: poly