We present NIMBLE, a non-rigid parametric hand model that includes bones and muscles, bringing 3D hand model to a new level of realism. By enforcing the inner bones and muscles to match anatomic and kinematic rules, NIMBLE can animate 3D hands to new poses at unprecedented realism.
To learn about PIANO, please visit our website: https://liyuwei.cc/proj/nimble
You can find the NIMBLE paper at: https://arxiv.org/abs/2202.04533
For comments or questions, please email us at: Yuwei Li ([email protected])
python demo.py
- Pytorch3d
- Pytorch
- trimesh (with pyembree for faster collision detection)
- opencv-python
- Blender rendering file
- Model files
This model and code was developped and used for the paper NIMBLE: A Non-rigid Hand Model with Bones and Muscles for SIGGRAPH22. See project page
It reuses part of the great code from manopth by Yana Hasson, pytorch_HMR by Zhang Xiong and SMPLX by Vassilis Choutas!
If you find this code useful for your research, consider citing:
@article{10.1145/3528223.3530079,
author = {Li, Yuwei and Zhang, Longwen and Qiu, Zesong and Jiang,
Yingwenqi and Li, Nianyi and Ma, Yuexin and Zhang, Yuyao and
Xu, Lan and Yu, Jingyi},
title = {NIMBLE: A Non-Rigid Hand Model with Bones and Muscles},
year = {2022},
issue_date = {July 2022},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {41},
number = {4},
issn = {0730-0301},
url = {https://doi.org/10.1145/3528223.3530079},
doi = {10.1145/3528223.3530079},
journal = {ACM Trans. Graph.},
month = {jul},
articleno = {120},
numpages = {16}
}