MotionGPT
MotionGPT copied to clipboard
How can I get the 2d joints from the SMPL mesh nptyfile
Hi
I want to transfer our 3d smpl mesh to 2d joints so that the generated 2d video could fit the MMPOSE but I don't know the landmark or the corresponding relationship between npy file and the 17 joint points.
It would be appreciate if you could give me some suggestion about where I can find a way to finish it.
Thanks for your patient and help
You can refer to the writing method of this function: app.py load_motion() to delve into the functions called in this function and refer to them to implement your requirements