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

About hand pose estimation #16

Closed lzfff12 closed 1 year ago

lzfff12 commented 1 year ago

When I ran the hand pose estimation code on other datasets, vertices_3d_loss did not converge.

FastMETRO commented 1 year ago

Hello,

The problem might be caused by incorrect preprocessing used for other datasets. Please refer to METRO/metro/tools/ tsv_demo_freihand.py for the preprocessing used for the FreiHAND dataset. Note that we assume input images are already cropped for the right hand to be centered in each image.

Thanks for your interest in our work!!

FastMETRO commented 1 year ago

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