OpenMotionLab / MotionGPT

[NeurIPS 2023] MotionGPT: Human Motion as a Foreign Language, a unified motion-language generation model using LLMs
https://motion-gpt.github.io
MIT License
1.38k stars 85 forks source link

How can I get the 2d joints from the SMPL mesh nptyfile #80

Open LiJianmo opened 5 months ago

LiJianmo commented 5 months ago

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

Gelercatty commented 5 months ago

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