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

How to get opt.txt in Comp_v6_KLD005 for customized training data? #23

Closed hdjsjyl closed 5 months ago

hdjsjyl commented 5 months ago

Hi Author, How to get opt.txt in Comp_v6_KLD005 for customized training data? Since it is needed for both training and eval. Thanks

Murrol commented 5 months ago

I recommend checking the opt.txt file and manually modifying it according to your requirements. Specifically, for customized data, since you don't have a neural evaluator, you may need to design and implement one. The evaluator is essentially a cross-modality feature encoder. You can refer to the T2M repository for more information. Please note that I cannot code or debug for you.

Simplest solution: Remove all the code related to the evaluator or causing bugs, and you will have a runnable training script.