{
  "version": "1.0.0",
  "model_info": {
    "name": "YOLO11n Nano Pose Estimation Model",
    "version": "1.0.0",
    "description": "YOLO11n Nano model for multi-person pose estimation with COCO keypoints",
    "type": "POSE_ESTIMATION",
    "framework": "TFLITE",
    "author": "Ultralytics"
  },
  "input_spec": {
    "width": 256,
    "height": 256,
    "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": "output0",
        "batch": 1,
        "height": 1,
        "width": 1344,
        "channels": 56,
        "data_type": "float32",
        "scale": 0.003921569,
        "zero_point": 0
      }
    ]
  },
  "memory": {
    "exec_memory_pool": 874512384,
    "exec_memory_size": 1835008,
    "ext_memory_pool": 2415919104,
    "ext_memory_size": 301056,
    "alignment_requirement": 32
  },
  "postprocess_type": "pp_mpe_yolo_v8_uf",
  "postprocess_params": {
    "num_classes": 1,
    "class_names": ["person"],
    "confidence_threshold": 0.25,
    "iou_threshold": 0.5,
    "max_detections": 10,
    "num_keypoints": 17,
    "total_boxes": 1344,
    "raw_output_scale": 0.003921569,
    "raw_output_zero_point": 0,
    "kpts_conf_thresh": 0.15,
    "keypoint_names": [
      "nose", "left_eye", "right_eye", "left_ear", "right_ear",
      "left_shoulder", "right_shoulder", "left_elbow", "right_elbow",
      "left_wrist", "right_wrist", "left_hip", "right_hip",
      "left_knee", "right_knee", "left_ankle", "right_ankle"
    ],
    "keypoint_connections": [
      [0, 1], [0, 2], [1, 3], [2, 4], [1, 2], [3, 5], [4, 6],
      [5, 6], [5, 7], [7, 9], [6, 8], [8, 10],
      [5, 11], [6, 12], [11, 12],
      [11, 13], [13, 15], [12, 14], [14, 16]
    ]
  },
  "runtime": {
    "execution": {
      "mode": "SYNC",
      "priority": 5,
      "timeout_ms": 5000
    },
    "memory_management": {
      "cache_policy": "WRITE_BACK",
      "memory_pool_size": 2097152,
      "garbage_collection": false
    },
    "debugging": {
      "log_level": "INFO",
      "performance_monitoring": true,
      "memory_profiling": false
    }
  }
}
