{
  "inputs": {
    "images": [
      1,
      3,
      512,
      512
    ]
  },
  "default_loader": {
    "dataset_path": "/mnt/datasets/COCO/official",
    "file_extensions": [
      "jpeg",
      "jpg",
      "png",
      "JPEG"
    ],
    "preprocessings": [
      {
        "resize": {
          "width": 512,
          "height": 512
        }
      },
      {
        "convertColor": {
          "form": "BGR2RGB"
        }
      },
      {
        "div": {
          "x": 255.0
        }
      },
      {
        "transpose": {
          "axis": [
            2,
            0,
            1
          ]
        }
      },
      {
        "expandDim": {
          "axis": 0
        }
      }
    ]
  },
  "calibration_num": 100,
  "calibration_method": "ema",
  "train_batchsize": 32,
  "num_samples": 1024,
  "ppu": {
    "type": 0,
    "conf_thres": 0.001,
    "activation": "Sigmoid",
    "num_classes": 80,
    "layer": {
      "Conv_368": {
        "num_anchors": 3
      },
      "Conv_854": {
        "num_anchors": 3
      },
      "Conv_1340": {
        "num_anchors": 3
      }
    }
  }
}