{
  "inputs": {
    "images": [
      1,
      3,
      640,
      640
    ]
  },
  "default_loader": {
    "dataset_path": "/mnt/datasets/COCO/official",
    "file_extensions": [
      "jpeg",
      "jpg",
      "png",
      "JPEG"
    ],
    "preprocessings": [
      {
        "resize": {
          "width": 640,
          "height": 640
        }
      },
      {
        "transpose": {
          "axis": [
            2,
            0,
            1
          ]
        }
      },
      {
        "expandDim": {
          "axis": 0
        }
      }
    ]
  },
  "calibration_num": 100,
  "calibration_method": "ema",
  "train_batchsize": 32,
  "num_samples": 1024,
  "ppu": {
    "type": 1,
    "conf_thres": 0.001,
    "num_classes": 80,
    "layer": [
      {
        "bbox": "Conv_261",
        "obj_conf": "Conv_262",
        "cls_conf": "Conv_254"
      },
      {
        "bbox": "Conv_282",
        "obj_conf": "Conv_283",
        "cls_conf": "Conv_275"
      },
      {
        "bbox": "Conv_303",
        "obj_conf": "Conv_304",
        "cls_conf": "Conv_296"
      }
    ]
  }
}