herpaderpapotato
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
base_model:
|
4 |
+
- Ultralytics/YOLO11
|
5 |
+
tags:
|
6 |
+
- not-for-all-audiences
|
7 |
+
---
|
8 |
+
17 keypoint pose model finetuned on 180-220deg fov images with 21 keypoints for performer, and 7 keypoints for beholder padded out to 21.
|
9 |
+
|
10 |
+
performer keypoints = ['nose', 'left_eye', 'right_eye', 'left_ear', 'right_ear', 'left_shoulder', 'right_shoulder', 'left_elbow', 'right_elbow', 'left_wrist', 'right_wrist', 'left_hip', 'right_hip', 'left_knee', 'right_knee', 'left_ankle', 'right_ankle', 'pelvis', 'umbilicus', 'sternum left', 'sternum right']
|
11 |
+
beholder keypoints = ['left_hip', 'right_hip', 'left_knee', 'right_knee', 'pelvis', 'umbilicus', 'pelvis_alternate']
|
12 |
+
|
13 |
+
*not intended to be anatomically correct labels*
|