{
  "inputs": {
    "images": [
      1,
      3,
      640,
      640
    ]
  },
  "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": [
      {
        "resize": {
          "mode": "pad",
          "size": 640,
          "pad_location": "edge",
          "pad_value": [
            114,
            114,
            114
          ]
        }
      },
      {
        "div": {
          "x": 255
        }
      },
      {
        "convertColor": {
          "form": "BGR2RGB"
        }
      },
      {
        "transpose": {
          "axis": [
            2,
            0,
            1
          ]
        }
      },
      {
        "expandDim": {
          "axis": 0
        }
      }
    ]
  },
  "ppu": {
    "type": 1,
    "conf_thres": 0.001,
    "num_classes": 80,
    "layer": [
      {
        "bbox": "/model.23/Mul_2",
        "cls_conf": "/model.23/Sigmoid"
      }
    ]
  }
}