Spaces:
Sleeping
Sleeping
File size: 333 Bytes
d7e58f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
COCO_KEYPOINTS = [
'nose',
'left_eye',
'right_eye',
'left_ear',
'right_ear',
'left_shoulder',
'right_shoulder',
'left_elbow',
'right_elbow',
'left_wrist',
'right_wrist',
'left_hip_extra',
'right_hip_extra',
'left_knee',
'right_knee',
'left_ankle',
'right_ankle',
]
|