文件名称:tf_smpl:用于SMPL模型的TensorFlow接口。 通过https编码
文件大小:66KB
文件格式:ZIP
更新时间:2024-05-13 20:08:33
Python
tf_smpl 用于SMPL模型的TensorFlow接口。 由提取的代码作为单独的存储库。 需要SMPL模型( .pkl文件格式): wget https://people.eecs.berkeley.edu/~kanazawa/cachedir/hmr/models.tar.gz && tar -xf models.tar.gz 下载的SMPL模型包含chumpy数组。 preprocess.py (改编自 )将其转换为numpy数组。 运行它需要SMPL模型( )提供的chumpy库。 引文 @inProceedings{kanazawaHMR18, title={End-to-end Recovery of Human Shape and Pose}, author = {Angjoo Kanazawa and Michael J. Black and Da
【文件预览】:
tf_smpl-master
----.gitignore(1KB)
----batch_lbs.py(5KB)
----test_runner.py(1KB)
----__init__.py(25B)
----batch_smpl.py(5KB)
----LICENSE(1KB)
----smpl_faces.npy(162KB)
----README.md(816B)
----projection.py(665B)
----preprocess.py(815B)