shad0wta9 / meshavatar

Code Repository for MeshAvatar: Learning High-quality Triangular Human Avatars from Multi-view Videos (ECCV 2024)
Other
100 stars 3 forks source link

How to customize my data to get smplx registration <zhuxunyu24@mails.tsinghua.edu.cn> #11

Open yuanleyl666 opened 1 month ago

yuanleyl666 commented 1 month ago

Hello I'm interested in your work, I want to try the effect on my own dataset, I have taken a mannequin with 64 perspectives in a birdcage, as shown in the figure, I hope to get their smpl-x registration for model training, can you ask you how to get smpl-x registration? I would also like to ask if our custom image needs to be cut to ensure that the human body is in the whole image. WechatIMG294

shad0wta9 commented 1 month ago

check EasyMocap.

yuanleyl666 commented 1 month ago

Hello, I saw that in the introduction of easymocap, it was mentioned that the SMPL-X data format obtained by easymocap is different from the standard SMPL-X data format, is it necessary for me to process the SMPL-X data obtained by easymocap?

shad0wta9 commented 3 weeks ago

If I remember correctly, there is an extra parameter global_rotation in the EasyMocap SMPL-X definition. I don't think it makes much difference. Maybe rotating the final mesh is sufficient and no additional processing is required.

yuanleyl666 commented 4 days ago

Thank you! I 'll try.