Giter VIP home page Giter VIP logo

nimble_model's Introduction

NIMBLE: A Non-rigid Hand Model with Bones and Muscles

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 NIMBLE, please visit our website: https://liyuwei.cc/proj/nimble

You can find the NIMBLE paper at: https://arxiv.org/abs/2202.04533


Requirements:

  1. numpy
  2. Pytorch
  3. Pytorch3d
  4. opencv-python
  5. trimesh (with pyembree for faster collision detection)

Getting Started:

  1. Download model files from here.
  2. python demo.py
    • *_bone.obj: bone mesh
    • *_joint.xyz: joints (order see here)
    • *_muscle.obj: muscle mesh
    • *_skin.obj/mtl: skin mesh with diffuse texture
    • *_diffuse/normal/spec.png: texture images
    • *_manov.xyz: corresponding skin vertices in MANO topology
  3. Render in assets/render.blend
    • Scale down the meshes and manually assign texture images.
    • Select non-color for color space of normal and specular textures.

Notes:

  1. Use handle_collision=True to make sure skin is always outside muscle. Otherwise, skin and muscle might collide.

Acknowledgements

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}
        }

nimble_model's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.