rtmpose_t_coco / config.json
CondadosAI's picture
config: mirror metadata (keypoint schema + bundled detector pairing)
ebda8ea verified
{
"model_type": "rtmpose",
"variant": "t_coco",
"input_size": [192, 256],
"num_keypoints": 17,
"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"
],
"skeleton": [
[15, 13], [13, 11], [16, 14], [14, 12], [11, 12],
[5, 11], [6, 12], [5, 6], [5, 7], [6, 8],
[7, 9], [8, 10], [1, 2], [0, 1], [0, 2],
[1, 3], [2, 4], [3, 5], [4, 6]
],
"detector_repo_id": "CondadosAI/rtmdet_t_coco",
"acaua_task": "pose"
}