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

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

Closed CDLCHOI closed 5 months ago

CDLCHOI commented 5 months 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 5 months ago

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

CDLCHOI commented 5 months ago

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