| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "Global": {
- "model_name": "PP-OCRv5_server_det"
- },
- "Hpi": {
- "backend_configs": {
- "paddle_infer": {
- "trt_dynamic_shapes": {
- "x": [
- [
- 1,
- 3,
- 32,
- 32
- ],
- [
- 1,
- 3,
- 736,
- 736
- ],
- [
- 1,
- 3,
- 4000,
- 4000
- ]
- ]
- }
- },
- "tensorrt": {
- "dynamic_shapes": {
- "x": [
- [
- 1,
- 3,
- 32,
- 32
- ],
- [
- 1,
- 3,
- 736,
- 736
- ],
- [
- 1,
- 3,
- 4000,
- 4000
- ]
- ]
- }
- }
- }
- },
- "PreProcess": {
- "transform_ops": [
- {
- "DecodeImage": {
- "channel_first": false,
- "img_mode": "BGR"
- }
- },
- {
- "DetLabelEncode": null
- },
- {
- "DetResizeForTest": {
- "resize_long": 960
- }
- },
- {
- "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.3,
- "box_thresh": 0.6,
- "max_candidates": 1000,
- "unclip_ratio": 1.5
- }
- }
|