EricGuo5513 / momask-codes

Official implementation of "MoMask: Generative Masked Modeling of 3D Human Motions (CVPR2024)"
https://ericguo5513.github.io/momask/
MIT License
689 stars 56 forks source link

The code loads dataset_opt_path/opt.txt, and text_mot_match/model.finest.tar first, how to generate them for customized data? #13

Closed hdjsjyl closed 5 months ago

hdjsjyl commented 5 months ago

Hi Author, The code loads the opt.txt and finest.tar first before starting training. How to define them for customized data, would you give me some instructions? Thanks

Murrol commented 5 months ago

Hi,

They are used for train-time evaluation. Just disable this feature to train on you own data.

hdjsjyl commented 5 months ago

Hi @Murrol , How to evaluate customized trained QVQVAE without evaluator? thx