{
    "inputs": {
        "MobilenetV2/MobilenetV2/input:0": [
            1,
            513,
            513,
            3
        ]
    },
    "calibration_num": 100,
    "calibration_method": "ema",
    "default_loader": {
        "dataset_path": "/mnt/datasets/ILSVRC2012/val",
        "file_extensions": [
            "jpeg",
            "jpg",
            "png",
            "JPEG"
        ],
        "preprocessings": [
            {
                "resize": {
                    "width": 513,
                    "height": 513
                }
            },
            {
                "div": {
                    "x": 255
                }
            },
            {
                "normalize": {
                    "mean": [
                        0.485,
                        0.456,
                        0.406
                    ],
                    "std": [
                        0.229,
                        0.224,
                        0.225
                    ]
                }
            },
            {
                "expandDim": {
                    "axis": 0
                }
            }
        ]
    }
}