facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.14k stars 374 forks source link

Tips for importing hands into an fbx file #170

Open italosalgado14 opened 2 years ago

italosalgado14 commented 2 years ago

Hello. Currently there is a good implementation of translating from pkl to fbx for the body ( https://github.com/facebookresearch/frankmocap/issues/50 ), but not for the hands. This code is based on VIBE (an implementation that already had a translation to fbx). Any project or code suggestions that also allow you to attach your hands to that imported model? (I think they are currently officially looking to export to fbx, but we don't know when :c )

penincillin commented 2 years ago

@italosalgado14 We do not support converting the output to FBX yet. We plan to support it later.

italosalgado14 commented 2 years ago

Thanks for the reply. I will try for a while to create the transformer and I will comment on the problems that I face. If someone finds a related project, I will be very grateful if you comment on it here.

ruyiwei-cas commented 2 years ago

@italosalgado14 Hello, is your conversion problem solved now?

rlleshi commented 2 years ago

@penincillin do you have any rough timeline in mind?

penincillin commented 2 years ago

@rlleshi Starting this month or next month.

Zscqy17 commented 2 years ago

@rlleshi Starting this month or next month.

can't wait!!👍🎉

italosalgado14 commented 2 years ago

@italosalgado14 Hello, is your conversion problem solved now?

No :S. Currently I am trying to base myself on the project https://github.com/carlosedubarreto/b3d_mocap_import but it is very difficult to understand what blender does for a neophyte like me. The ideal would be to bring the output format of frankmocap to easymocap but it is very difficult. If anyone has any progress please feel free to let me know (easier approach).

rlleshi commented 2 years ago

@penincillin any updates?

penincillin commented 2 years ago

@rlleshi I am occupied by other stuffs recently. I apologize for that. I am not sure when will I be available for this project again. Therefore, I suggest you try to solve this problem by yourself first. Thanks.

lucasjinreal commented 2 years ago

@penincillin hi, is there a way to get training scripts of hmr hands mesh model?

Faizan-Saifullah commented 1 year ago

i think, in the b3d mocap addon for blender, one will have to add the remaining bones names to the load_mocap.py file.