EricGuo5513 / text-to-motion

Official implementation for "Generating Diverse and Natural 3D Human Motions from Texts (CVPR2022)."
MIT License
428 stars 38 forks source link

1. Remove checkpoint submodule, replace with downloads from zenodo #18

Closed aniongithub closed 1 year ago

aniongithub commented 1 year ago
  1. Add map_location so the correct cuda device is used, not the one the model was serialized with
  2. Add requirements.txt
  3. Add gitignore so eval results and intermediate files aren't added to the index
  4. Add dev.Dockerfile to set up all dependencies
  5. Add devcontainer.json to set up devcontainer
  6. Add launch.json that runs gen_motion_script.py with text prompts from input.txt
  7. Remove some tensorboard logging code due to version issues. This shouldn't affect training or inference, only logging. FIX.