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

About hand pose estimation

lzfff12 opened this issue · comments

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

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

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