Skip to content

Commit 9a4fb54

Browse files
committed
Add SMPLH joint names
1 parent 4c9c4aa commit 9a4fb54

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

smplx/joint_names.py

+77
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,80 @@
161161
'left_contour_2',
162162
'left_contour_1',
163163
]
164+
165+
166+
SMPLH_JOINT_NAMES = [
167+
'pelvis',
168+
'left_hip',
169+
'right_hip',
170+
'spine1',
171+
'left_knee',
172+
'right_knee',
173+
'spine2',
174+
'left_ankle',
175+
'right_ankle',
176+
'spine3',
177+
'left_foot',
178+
'right_foot',
179+
'neck',
180+
'left_collar',
181+
'right_collar',
182+
'head',
183+
'left_shoulder',
184+
'right_shoulder',
185+
'left_elbow',
186+
'right_elbow',
187+
'left_wrist',
188+
'right_wrist',
189+
'left_index1',
190+
'left_index2',
191+
'left_index3',
192+
'left_middle1',
193+
'left_middle2',
194+
'left_middle3',
195+
'left_pinky1',
196+
'left_pinky2',
197+
'left_pinky3',
198+
'left_ring1',
199+
'left_ring2',
200+
'left_ring3',
201+
'left_thumb1',
202+
'left_thumb2',
203+
'left_thumb3',
204+
'right_index1',
205+
'right_index2',
206+
'right_index3',
207+
'right_middle1',
208+
'right_middle2',
209+
'right_middle3',
210+
'right_pinky1',
211+
'right_pinky2',
212+
'right_pinky3',
213+
'right_ring1',
214+
'right_ring2',
215+
'right_ring3',
216+
'right_thumb1',
217+
'right_thumb2',
218+
'right_thumb3',
219+
'nose',
220+
'right_eye',
221+
'left_eye',
222+
'right_ear',
223+
'left_ear',
224+
'left_big_toe',
225+
'left_small_toe',
226+
'left_heel',
227+
'right_big_toe',
228+
'right_small_toe',
229+
'right_heel',
230+
'left_thumb',
231+
'left_index',
232+
'left_middle',
233+
'left_ring',
234+
'left_pinky',
235+
'right_thumb',
236+
'right_index',
237+
'right_middle',
238+
'right_ring',
239+
'right_pinky',
240+
]

0 commit comments

Comments
 (0)