rtmo_s_body7 / config.json
CondadosAI's picture
config: add rtmo config with COCO-17 keypoint_names + skeleton
4f27743 verified
{
"model_type": "rtmo",
"variant": "s_body7",
"input_size": [640, 640],
"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]
],
"sigmas": [
0.026, 0.025, 0.025, 0.035, 0.035,
0.079, 0.079, 0.072, 0.072, 0.062, 0.062,
0.107, 0.107, 0.087, 0.087, 0.089, 0.089
],
"acaua_task": "pose"
}