{
  "inputs": {
    "data": [
      1,
      3,
      112,
      112
    ]
  },
  "calibration_num": 100,
  "calibration_method": "ema",
  "default_loader": {
    "dataset_path": "/mnt/datasets/LFW",
    "file_extensions": [
      "jpg",
      "jpeg",
      "png"
    ],
    "preprocessings": [
      {
        "centercrop": {
          "height": 112,
          "width": 112
        }
      },
      {
        "convertColor": {
          "form": "BGR2RGB"
        }
      },
      {
        "normalize": {
          "mean": [
            127.5,
            127.5,
            127.5
          ],
          "std": [
            128.0,
            128.0,
            128.0
          ]
        }
      },
      {
        "transpose": {
          "axis": [
            2,
            0,
            1
          ]
        }
      },
      {
        "expandDim": {
          "axis": 0
        }
      }
    ]
  }
}