File size: 1,799 Bytes
880f3ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
  "architectures": [
    "VitPoseForPoseEstimation"
  ],
  "backbone": null,
  "backbone_config": {
    "model_type": "vitpose_backbone",
    "out_features": [
      "stage12"
    ],
    "out_indices": [
      12
    ],
    "part_features": 0
  },
  "backbone_kwargs": null,
  "edges": [
    [
      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
    ]
  ],
  "id2label": {
    "0": "Nose",
    "1": "L_Eye",
    "2": "R_Eye",
    "3": "L_Ear",
    "4": "R_Ear",
    "5": "L_Shoulder",
    "6": "R_Shoulder",
    "7": "L_Elbow",
    "8": "R_Elbow",
    "9": "L_Wrist",
    "10": "R_Wrist",
    "11": "L_Hip",
    "12": "R_Hip",
    "13": "L_Knee",
    "14": "R_Knee",
    "15": "L_Ankle",
    "16": "R_Ankle"
  },
  "initializer_range": 0.02,
  "label2id": {
    "L_Ankle": 15,
    "L_Ear": 3,
    "L_Elbow": 7,
    "L_Eye": 1,
    "L_Hip": 11,
    "L_Knee": 13,
    "L_Shoulder": 5,
    "L_Wrist": 9,
    "Nose": 0,
    "R_Ankle": 16,
    "R_Ear": 4,
    "R_Elbow": 8,
    "R_Eye": 2,
    "R_Hip": 12,
    "R_Knee": 14,
    "R_Shoulder": 6,
    "R_Wrist": 10
  },
  "model_type": "vitpose",
  "scale_factor": 4,
  "torch_dtype": "float32",
  "transformers_version": "4.47.0.dev0",
  "use_pretrained_backbone": false,
  "use_simple_decoder": false,
  "use_timm_backbone": false
}