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

Windows support #17

Closed Katehuuh closed 5 months ago

Katehuuh commented 5 months ago

I can confirm it work on win with torch cu118 + numpy==1.22.4 + matplotlib==3.4.3 + Cython==3.0.8 in x64 Native Tools Command Prompt for VS 2022. python gen_t2m.py --gpu_id 0 --ext exp1 --text_prompt "a cat crawl on ground." used 1GB Vram

Thanks for the great work! sample0_repeat0_len196 sample0_repeat0_len196_ik

EricGuo5513 commented 5 months ago

Thanks for this information. Really appreciated.