2D pose estimation keypoints #1480
Unanswered
smahmood00
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am doing a pose estimation inference on 2d single view image trained on coco dataset :
https://github.com/open-mmlab/mmpose/blob/master/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_w48_coco_256x192.py
When I print out the pose results returned from inference_top_down_pose_model() function, I get pose results(with 17 keypoints) in the output. I need to know which keypoint corresponds to which body part. Hence, where do I find this correspondence?
I checked https://github.com/open-mmlab/mmpose/blob/master/configs/_base_/datasets/coco.py , but the RGB color codes dont correctly correspond to the colored keypoints detected in my image.
Hence I am wondering whether I am searching for the wrong file for the correspondence of keypoint number and its RGB color.
Your help and suggestion will be much appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions