{
  "inputs": {
    "input.1": [
      1,
      3,
      300,
      300
    ]
  },
  "calibration_num": 100,
  "calibration_method": "ema",
  "train_batchsize": 32,
  "num_samples": 1024,
  "default_loader": {
    "dataset_path": "/mnt/datasets/COCO/official",
    "file_extensions": [
      "jpeg",
      "jpg",
      "png",
      "JPEG"
    ],
    "preprocessings": [
      {
        "convertColor": {
          "form": "BGR2RGB"
        }
      },
      {
        "resize": {
          "mode": "default",
          "width": 300,
          "height": 300
        }
      },
      {
        "normalize": {
          "mean": [
            123.68,
            116.779,
            103.939
          ],
          "std": [
            1.0,
            1.0,
            1.0
          ]
        }
      },
      {
        "transpose": {
          "axis": [
            2,
            0,
            1
          ]
        }
      },
      {
        "expandDim": {
          "axis": 0
        }
      }
    ]
  }
}