Spaces:
Sleeping
Sleeping
File size: 435 Bytes
d7e58f0 |
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 |
STAR_KEYPOINTS = [
'pelvis',
'left_hip',
'right_hip',
'spine_1',
'left_knee',
'right_knee',
'spine_2',
'left_ankle',
'right_ankle',
'spine_3',
'left_foot',
'right_foot',
'neck',
'left_collar',
'right_collar',
'head',
'left_shoulder',
'right_shoulder',
'left_elbow',
'right_elbow',
'left_wrist',
'right_wrist',
'left_hand',
'right_hand',
]
|