postech-ami / FastMETRO

[ECCV'22] Official PyTorch Implementation of "Cross-Attention of Disentangled Modalities for 3D Human Mesh Recovery with Transformers"
https://fastmetro.github.io/
MIT License
161 stars 14 forks source link

Question about the option "use_smpl_param_regressor" #20

Closed BEOMSEOK-K closed 1 year ago

BEOMSEOK-K commented 1 year ago

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

FastMETRO commented 1 year ago

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!!

FastMETRO commented 1 year ago

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