{
    "Global": {
        "model_name": "PP-LCNet_x1_0_textline_ori"
    },
    "Hpi": {
        "backend_configs": {
            "paddle_infer": {
                "trt_dynamic_shapes": {
                    "x": [
                        [
                            1,
                            3,
                            80,
                            160
                        ],
                        [
                            1,
                            3,
                            80,
                            160
                        ],
                        [
                            8,
                            3,
                            80,
                            160
                        ]
                    ]
                }
            },
            "tensorrt": {
                "dynamic_shapes": {
                    "x": [
                        [
                            1,
                            3,
                            80,
                            160
                        ],
                        [
                            1,
                            3,
                            80,
                            160
                        ],
                        [
                            8,
                            3,
                            80,
                            160
                        ]
                    ]
                }
            }
        }
    },
    "PreProcess": {
        "transform_ops": [
            {
                "ResizeImage": {
                    "size": [
                        160,
                        80
                    ]
                }
            },
            {
                "NormalizeImage": {
                    "channel_num": 3,
                    "mean": [
                        0.485,
                        0.456,
                        0.406
                    ],
                    "order": "",
                    "scale": 0.00392156862745098,
                    "std": [
                        0.229,
                        0.224,
                        0.225
                    ]
                }
            },
            {
                "ToCHWImage": null
            }
        ]
    },
    "PostProcess": {
        "Topk": {
            "topk": 1,
            "label_list": [
                "0_degree",
                "180_degree"
            ]
        }
    }
}