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 reason for the difference between table 1 and table 2 in the paper. #57

Closed HitBadTrap closed 1 week ago

HitBadTrap commented 1 week ago

Hi! I‘m confused about the performance difference between Table 1 and Table 2 in the paper. For instance, in Table 1, the fid and mmdist of momask on HumanML3D are 0.045 and 2.958, respectively. However, in Table 2, the fid and mmdist of momask on HumanML3D are 0.051 and 2.957. Could you tell me the reason for the difference?

Murrol commented 1 week ago

Results in Table 2 (in paper) are based on the setting of 18 inference steps. In our subsequent sweeping experiment on inference steps, we discovered that 10 steps of inference performed slightly better. Consequently, we report these final results in Table 1.