Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keypoint Index List #50

Open
ktshah04 opened this issue Dec 9, 2024 · 0 comments
Open

Keypoint Index List #50

ktshah04 opened this issue Dec 9, 2024 · 0 comments

Comments

@ktshah04
Copy link

ktshah04 commented Dec 9, 2024

Hello,

It would be very helpful to include a list of keypoint indices in the README or another easily accessible location in the repository. Currently, I have not been able to find such a list in the repo, and having this information readily available would significantly improve usability.

For example, a table or list like the following would be extremely useful:

   //17 body keypoints
    {0,  "Nose"},
    {1,  "LEye"},
    {2,  "REye"},
    {3,  "LEar"},
    {4,  "REar"},
    {5,  "LShoulder"},
    {6,  "RShoulder"},
    {7,  "LElbow"},
    {8,  "RElbow"},
    {9,  "LWrist"},
    {10, "RWrist"},
    {11, "LHip"},
    {12, "RHip"},
    {13, "LKnee"},
    {14, "Rknee"},
    {15, "LAnkle"},
    {16, "RAnkle"},
    //6 foot keypoints
    {17, "LBigToe"},
    {18, "LSmallToe"},
    {19, "LHeel"},
    {20, "RBigToe"},
    {21, "RSmallToe"},
    {22, "RHeel"},
    //face
    {23-90, 68 Face Keypoints}
    //left hand
    {91-111, 21 Left Hand Keypoints}
    //right hand
    {112-132, 21 Right Hand Keypoints}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant