文件名称:character-motion-vaes:使用Motion VAE的角色控制器
文件大小:15MB
文件格式:ZIP
更新时间:2024-05-29 23:13:48
Python
使用Motion VAE的角色控制器 此存储库是带有上面标题的SIGGRAPH 2020论文的代码库。 请在我们的项目网站找到该论文和演示。 快速开始 该库应在Linux,Mac或Windows上运行。 安装要求 # TODO: Create and activate virtual env cd MotionVAEs pip install -r requirements NOTE: installing pybullet requires Visual C++ 14 or higher. You can get it from here: https://visualstudio.microsoft.com/visual-cpp-build-tools/ 运行预训练的模型 使用播放脚本运行预训练的模型。 结果呈现在。 使用鼠标来控制相机。 按r重设任务,按g进行其他控制。 cd va
【文件预览】:
character-motion-vaes-main
----common()
--------logging_utils.py(1KB)
--------bullet_utils.py(14KB)
--------envs_utils.py(13KB)
--------controller.py(1KB)
--------bullet_objects.py(11KB)
--------data()
--------misc_utils.py(11KB)
----algorithms()
--------storage.py(4KB)
--------ppo.py(5KB)
----environments()
--------mocap_renderer.py(20KB)
--------__init__.py(711B)
--------pose0.npy(1KB)
--------mocap_envs.py(48KB)
----vae_motion()
--------train_mvae.py(11KB)
--------models()
--------play_controller.py(5KB)
--------train_controller.py(7KB)
--------models.py(22KB)
--------play_mvae.py(4KB)
----requirements.txt(38B)
----LICENSE(1KB)
----README.md(2KB)