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

Can't get the results in the paper or the results of the pre-trained model provided #49

Open fanqinshan0114 opened 1 month ago

fanqinshan0114 commented 1 month ago

I configured two different environments according to environment.yml and requirements.txt. Even if the seed is fixed, the training results in these two environments are inconsistent. why is that? And I still can't get the results in the paper or the results of the pre-trained model provided. Is this normal?

Murrol commented 1 month ago

First, the environments installed from the environment.yml and the requirements.txt are different. It's to help everyone run our model on different machines. For example, the pytorch versions are different. Version differences would affect the processed dataset and inference performance slightly.

Second, I need to see your results to check if it's acceptable.