text-to-motion
text-to-motion copied to clipboard
Official implementation for "Generating Diverse and Natural 3D Human Motions from Texts (CVPR2022)."
Thanks for your great work! Running with your conda env (ubuntu18), the script `final_evaluations.py` fails with: `python final_evaluations.py` ``` Reading ./checkpoints/t2m/Comp_v6_KLD01/opt.txt Loading dataset t2m ... 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 830/830 [00:00
I'm trying to convert the rotations and joint position into bvh format so that I can do better visualization. I can see that there is an IK method in the...
100%|█████████████████████████████████████████████████████████████████████████| 23384/23384 [00:00
Hello, I would like to evaluate the pre trained model on t2m, but it reported an error as follows. How can I resolve this issue? ``` (motiondiffuse) ubuntu@ubuntu:~/fyy/text-to-motion$ python final_evaluations.py...
I am training my own text and motion embedding models for evaluation. I noticed in the TextMotionMatchTrainer class, there is a potential bug in the shift applied to create negative...
Update Conda environment creation instructions in README Corrected the command for creating a Conda environment from a YAML file in the project documentation. Replaced the incorrect 'conda create -f' with...
I've got the code to run inference on Mac M2 using Python-3.11. I had to fix one part of the code and then created a document.
I've noticed something in the code when creating my own config file. On [this line](https://github.com/EricGuo5513/text-to-motion/blob/main/utils/get_opt.py#L43), all bools are automatically set to True, as they take a string as input. It...
Hello, I have a question regarding the method used to compute the number of motion. While investigating your Motiondataset and dataloader, it appears that **the motion numbers during training are...
What is the layout of the data passed in to `recover_from_ric`? I'd like to just get the local rotations and translations of each bone and do my own FK on...