Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files
pose.py
CHANGED
@@ -19,14 +19,14 @@ connection_color_map = {
|
|
19 |
(2, 4): 'magenta', # Right Eye to Right Ear
|
20 |
(3, 5): 'lightblue', # Left Ear to Left Shoulder
|
21 |
(4, 6): 'lightblue', # Right Ear to Right Shoulder
|
22 |
-
(5, 6): 'purple',
|
23 |
(5, 7): 'blue', # Left Shoulder to Left Elbow
|
24 |
(7, 9): 'blue', # Left Elbow to Left Wrist
|
25 |
(6, 8): 'red', # Right Shoulder to Right Elbow
|
26 |
(8, 10): 'red', # Right Elbow to Right Wrist
|
27 |
(5, 11): 'purple', # Left Shoulder to Left Hip
|
28 |
(6, 12): 'purple', # Right Shoulder to Right Hip
|
29 |
-
(11, 12): 'purple',
|
30 |
(11, 13): 'orange', # Left Hip to Left Knee
|
31 |
(13, 15): 'orange', # Left Knee to Left Ankle
|
32 |
(12, 14): 'orange', # Right Hip to Right Knee
|
|
|
19 |
(2, 4): 'magenta', # Right Eye to Right Ear
|
20 |
(3, 5): 'lightblue', # Left Ear to Left Shoulder
|
21 |
(4, 6): 'lightblue', # Right Ear to Right Shoulder
|
22 |
+
(5, 6): 'purple', # Left Shoulder to Right Shoulder
|
23 |
(5, 7): 'blue', # Left Shoulder to Left Elbow
|
24 |
(7, 9): 'blue', # Left Elbow to Left Wrist
|
25 |
(6, 8): 'red', # Right Shoulder to Right Elbow
|
26 |
(8, 10): 'red', # Right Elbow to Right Wrist
|
27 |
(5, 11): 'purple', # Left Shoulder to Left Hip
|
28 |
(6, 12): 'purple', # Right Shoulder to Right Hip
|
29 |
+
(11, 12): 'purple', # Left Hip to Right Hip
|
30 |
(11, 13): 'orange', # Left Hip to Left Knee
|
31 |
(13, 15): 'orange', # Left Knee to Left Ankle
|
32 |
(12, 14): 'orange', # Right Hip to Right Knee
|