Fix keypoints data display in `pose.md` (#19337)

pull/19351/head
Muhammad Rizwan Munawar 3 weeks ago committed by GitHub
parent 5fdf46ec3b
commit 42ba550b44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 34
      docs/en/tasks/pose.md

@ -30,23 +30,23 @@ The output of a pose estimation model is a set of points that represent the keyp
In the default YOLO11 pose model, there are 17 keypoints, each representing a different part of the human body. Here is the mapping of each index to its respective body joint:
0: Nose
1: Left Eye
2: Right Eye
3: Left Ear
4: Right Ear
5: Left Shoulder
6: Right Shoulder
7: Left Elbow
8: Right Elbow
9: Left Wrist
10: Right Wrist
11: Left Hip
12: Right Hip
13: Left Knee
14: Right Knee
15: Left Ankle
16: Right Ankle
0. Nose
1. Left Eye
2. Right Eye
3. Left Ear
4. Right Ear
5. Left Shoulder
6. Right Shoulder
7. Left Elbow
8. Right Elbow
9. Left Wrist
10. Right Wrist
11. Left Hip
12. Right Hip
13. Left Knee
14. Right Knee
15. Left Ankle
16. Right Ankle
## [Models](https://github.com/ultralytics/ultralytics/tree/main/ultralytics/cfg/models/11)

Loading…
Cancel
Save