uniformer_s_coco_pose / config.json
CondadosAI's picture
data: acaua_task=pose, COCO-17 keypoint schema, detector_repo_id pin
19a3bc3 verified
{
"model_type": "uniformer_pose",
"variant": "s_pose_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"
}