YOLO!?
I am working with YOLOv8 and need to access the pose estimation keypoints x and y positions for each point on the persons being tracked. For example I want to write code that places a rectangle at the nose position landmark as a center point vertex. I have used Mediapipe and had great success in writing code that draws rectangles at nose, hands and foot keypoints. Mediapipe only allows tracking of one person at a time, however it has all the functionality I need to perform computational geometry for the computer vision basketball program demonstrated in the youtube link below. I have tried everything and am stumped…
Python
https://www.youtube.com/watch?v=-yvZ-_nKDbY
Thank you!