-
Notifications
You must be signed in to change notification settings - Fork 277
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
get human body keypoints only when use the '308' model #53
Comments
@luoshuiyue To get the 17 body keypoints following COCO, index into the predicted 308 keypoints using this The indices for the 17 COCO keypoints are: |
@luoshuiyue for the numpy error with xtcocotools, you will need to modify the xtcocotools slightly to be compatible with new numpy or alternatively downgrade numpy version. More details here. |
@rawalkhirodkar hi~I downgrade numpy version to 1.26.4, this error was gone but a new one appears: |
@luoshuiyue Thanks for sharing the log, in hindsight, downgrading numpy is not a good idea. Following the link I shared, can you try |
hello~ there are points stored in a json file (run pose estimation), May I ask how to acquire only the 17 human body key points when use the '308 keypoints' model?
The text was updated successfully, but these errors were encountered: