open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.22k stars 133 forks source link

H36m test set for Hybrik #271

Closed no-Seaweed closed 1 year ago

no-Seaweed commented 1 year ago

Hi, I have been searching around 'Sample_5_train_Human36M_smpl_leaf_twist_protocol_2.json' and the test-with-sample-20 one for a while. May I kindly ask where can I get these files? Currently, I have already have h36m_mosh_valid_p2.npz, but not the original mosh file. Do you have a file converting this to Hybrik version?

Best, S.F.

ttxskk commented 1 year ago

Hi @no-Seaweed,

You can find the JSON file here, and then you can refer to convert_datasets to generate the training data.

LyThuyPhuong commented 1 year ago

I run demo for HyrIK but it has confliction between openpifpaf and pytorch3d, can you please show me the script to install these libraries and demo script for HyrIK. Thank you so much!

ttxskk commented 1 year ago

Hi @LyThuyPhuong,

Sorry, we haven't supported the inference of HybrIK.

LyThuyPhuong commented 1 year ago

Excuse me, can I asked which part that you're missing to demo HyrIK?

ttxskk commented 1 year ago

Hi @LyThuyPhuong,

You need to use RootNet to get joint roots, which is not supported in MMHuman3D. I suggest you refer to the official codebase because the author has updated a new version that can be used directly for the demo.

Thanks

ttxskk commented 1 year ago

The official codebase of Hybrik. @LyThuyPhuong

LyThuyPhuong commented 1 year ago

Thank you for this response.

no-Seaweed commented 1 year ago

Hi @no-Seaweed,

You can find the JSON file here, and then you can refer to convert_datasets to generate the training data.

Thank you very much. Closing the issue.