EricGuo5513 / momask-codes

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

what is the dataset_opt_path? how to define it? for customized data #12

Closed hdjsjyl closed 5 months ago

hdjsjyl commented 5 months ago

Hi author, If I want to train the model in my customized data, how do I define dataset_opt_path? Thanks

Murrol commented 5 months ago

Hi,

dataset_opt_path is used to load the configure for a pretrained evaluator, which is then used for checkpoint selection. So, to use your own data, you might just disable this feature.

hdjsjyl commented 5 months ago

Hi @Murrol , thanks for your reply.

AlbertBJ commented 4 months ago

Hi author, If I want to train the model in my customized data, how do I define dataset_opt_path? Thanks

Hi @hdjsjyl , i also want to train a new model using my own videos, but i have a question is how to convert my own videos to HumanML3D format, thanks a lot