Replies: 1 comment
-
I'm trying to do the same thing. The closest I found to what I want to do is https://mmpose.readthedocs.io/en/latest/demos.html#d-human-pose-demo but I'm running into issues. I'm messing around with the return_datasample=True argument in in the inferencer, but I run into problem after problem... using inferencer(show=True) unfortunately uses the 2D keypoints drawn on the original image, instead of the 3D keypoints. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using the human3d model like:
inferencer = MMPoseInferencer(pose3d='human3d')
I'm using the returned 3D keypoints to calculate some reference geometry, which I would like to draw on the original image.
How can I convert the 3D geometry back to the original 2D image space?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions