You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@mxnet.apache.org by Vinay Chitrakathi via MXNet Forum <mx...@discoursemail.com.INVALID> on 2020/08/05 07:29:27 UTC

[MXNet Forum] [Gluon] How to find which part of body the keypoint relates to in Pose estimation?


Hi, I am using gluoncv for Pose Estimation of Person and I am getting key points after the prediction but how do I check which keypoint is there for which body part. Like for example if I want to find the key point of Nose for the person in the image, how can I do that. Please help.![img0001_detected|225x499](upload://ev64rp3mlPukP46gw6bttxlFRKp.png)

> Predicted Keypoints:

`[[ 37.52469   25.09375 ]
 [ 38.741013  20.53125 ]
 [ 35.09204   20.53125 ]
 [ 41.173668  25.09375 ]
 [ 30.226744  25.09375 ]
 [ 43.606316  38.78125 ]
 [ 25.361444  38.78125 ]
 [ 48.47162   45.625   ]
 [ 13.198198  57.03125 ]
 [ 49.687943  52.46875 ]
 [ 21.71247   47.90625 ]
 [ 39.957344  75.28125 ]
 [ 27.794096  75.28125 ]
 [ 38.741013 100.375   ]
 [ 29.01042  107.21875 ]
 [ 39.957344 120.90625 ]
 [ 27.794096 132.3125  ]]`





---
[Visit Topic](https://discuss.mxnet.io/t/how-to-find-which-part-of-body-the-keypoint-relates-to-in-pose-estimation/6468/1) or reply to this email to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.mxnet.io/email/unsubscribe/2fbec0980a86df1e524d3355d26eef66acc56f4b65a1fed95bb99dbd9ff1eee9).

[MXNet Forum] [Gluon] How to find which part of body the keypoint relates to in Pose estimation?

Posted by Dai Ichiro via MXNet Forum <mx...@discoursemail.com.INVALID>.

    from gluoncv import data
    print(data.mscoco.keypoints.COCOKeyPoints.KEYPOINTS)





---
[Visit Topic](https://discuss.mxnet.io/t/how-to-find-which-part-of-body-the-keypoint-relates-to-in-pose-estimation/6468/2) or reply to this email to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.mxnet.io/email/unsubscribe/01236255a196e8d12cb8dc3c1da6fdb34538aa922c0dd99de62cc4efb105dec0).