You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: