{
    "inputs": {
        "Placeholder": [
            1,
            736,
            1280,
            3
        ]
    },
    "calibration_num": 100,
    "calibration_method": "ema",
    "default_loader": {
        "dataset_path": "/mnt/datasets/widerface/WIDER_val/images",
        "file_extensions": [
            "jpg",
            "jpeg",
            "png"
        ],
        "preprocessings": [
            {
                "resize": {
                    "width": 1280,
                    "height": 736
                }
            },
            {
                "normalize": {
                    "mean": [
                        104.0,
                        117.0,
                        123.0
                    ],
                    "std": [
                        1.0,
                        1.0,
                        1.0
                    ]
                }
            },
            {
                "expandDim": {
                    "axis": 0
                }
            }
        ]
    }
}