postech-ami / FastMETRO

[ECCV'22] Official PyTorch Implementation of "Cross-Attention of Disentangled Modalities for 3D Human Mesh Recovery with Transformers"

Home Page:https://fastmetro.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about the option "use_smpl_param_regressor"

BEOMSEOK-K opened this issue · comments

Thank you for your awesome research!
What is the difference whether using the option "use_smpl_param_regressor"?

Hello,

If --use_smpl_param_regressor option is set to True, then a SMPL parameter regressor would regress SMPL parameters from the output mesh vertices estimated by FastMETRO. Please refer to Experiments.md and Section C of the supplementary material for more details.

Thanks for your interest in our work!!

Please reopen this issue if you need more help regarding this.