{
  "version": "1.0.0",
  "model_info": {
    "name": "ST YOLO-LC v1 192 Object Detection - Person",
    "version": "1.0.0",
    "description": "ST YOLO-LC v1 for person detection, 192x192 input (Int8 quantized)",
    "type": "OBJECT_DETECTION",
    "framework": "TFLITE",
    "author": "STMicroelectronics"
  },
  "input_spec": {
    "width": 192,
    "height": 192,
    "channels": 3,
    "data_type": "uint8",
    "color_format": "RGB888_YUV444_1",
    "normalization": {
      "enabled": true,
      "mean": [0.0, 0.0, 0.0],
      "std": [255.0, 255.0, 255.0]
    }
  },
  "output_spec": {
    "num_outputs": 1,
    "outputs": [
      {
        "name": "output",
        "batch": 1,
        "height": 12,
        "width": 12,
        "channels": 30,
        "data_type": "float32",
        "scale": 1.0,
        "zero_point": 0
      }
    ]
  },
  "postprocess_type": "pp_od_yolo_v2_uf",
  "postprocess_params": {
    "num_classes": 1,
    "class_names": ["person"],
    "confidence_threshold": 0.6,
    "iou_threshold": 0.3,
    "max_detections": 100,
    "grid_width": 12,
    "grid_height": 12,
    "num_anchors": 5,
    "anchors": [0.076023, 0.258508, 0.163031, 0.413531, 0.234769, 0.702585, 0.427054, 0.715892, 0.748154, 0.857092]
  }
}
