microsoft / MeshTransformer

Research code for CVPR 2021 paper "End-to-End Human Pose and Mesh Reconstruction with Transformers"
https://arxiv.org/abs/2012.09760
MIT License
614 stars 95 forks source link

Question about training with hand dataset? #77

Closed imabackstabber closed 1 year ago

imabackstabber commented 1 year ago

I'm wondering if you guys get result in paper by just training metro on freihand dataset alone? I try to reimplement it, but it turns out fitting well on freihand but lack of generalization ability. I get stably decreasing loss(which means fitting well on training dataset I think) but the MPJPE,MPVPE,PA_MEJPE just won't get better(remains alomost the same since 1st epoch). So I'm wondering am I stuck with overfitting issue? Is there extra training data is used(but not mentioned)? I'm also more than glad to hear from those who successfully re-implement this paper.

imabackstabber commented 1 year ago

Problem has been solved.