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

why the "renorm operation" is discarded in evaluation process? #56

Closed CDLCHOI closed 1 week ago

CDLCHOI commented 2 weeks ago

In your text-to-motion repository, renorm is excuted in getitem() in _comp_v6_modeldataset.py。 Why the new evaluation file discard renorm operation?

Murrol commented 1 week ago

I guess you're referring to this https://github.com/EricGuo5513/momask-codes/issues/37#issuecomment-2053580110

CDLCHOI commented 1 week ago

Sorry, I am not referring to that. I found that it's another question, I will ask in a new issue.