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

pretrained models

fusichao opened this issue · comments

Very interested in your work! How to train my own dataset or can you provide some pre training models?

Hello,

Our code is under refactoring. In the meantime, please refer to [Code Snippet (Overall Architecture)] and [Code Snippet (Transformer Encoder-Decoder)] which contains the main framework of our FastMETRO.

The training procedure for FastMETRO is based on METRO. It would be helpful for you to check [INSTALL], [DOWNLOAD] and [EXP] provided by METRO.

We are planning to release our complete code and pre-trained models within a few months.

Thanks for your interest in our work!!

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