EricGuo5513 / momask-codes

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

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

Closed fanqinshan0114 closed 3 months ago

fanqinshan0114 commented 6 months 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 6 months 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.