{
    "inputs": {
        "images": [
            1,
            3,
            320,
            320
        ]
    },
    "calibration_num": 100,
    "calibration_method": "ema",
    "default_loader": {
        "dataset_path": "/mnt/datasets/ILSVRC2012/val",
        "file_extensions": [
            "jpeg",
            "jpg",
            "png",
            "JPEG"
        ],
        "preprocessings": [
            {
                "resize": {
                    "mode": "torchvision",
                    "size": 320,
                    "interpolation": "BILINEAR"
                }
            },
            {
                "centercrop": {
                    "width": 320,
                    "height": 320
                }
            },
            {
                "convertColor": {
                    "form": "BGR2RGB"
                }
            },
            {
                "div": {
                    "x": 255
                }
            },
            {
                "normalize": {
                    "mean": [
                        0.485,
                        0.456,
                        0.406
                    ],
                    "std": [
                        0.229,
                        0.224,
                        0.225
                    ]
                }
            },
            {
                "transpose": {
                    "axis": [
                        2,
                        0,
                        1
                    ]
                }
            },
            {
                "expandDim": {
                    "axis": 0
                }
            }
        ]
    },
    "enhanced_scheme": {
        "DXQ-P5": {
            "num_samples": 1024
        }
    }
}