Skip to content

daehwa/Mediapipe2Mesh

Repository files navigation

Mediapipe to MANO Mesh

From mediapipe hand joint, via inverse kinematics, create MANO hand mesh. Visualize the mesh with Open3D.

demo

* Hands are flipped as the camera is mirrored. This is supposed to work with a right hand without a camera flip.

Installation

If you don't have python3.8,

brew install [email protected]
python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

* If you are in MacOS M processors, you may need python3.8 or lower due to the issue in Open3D. It may require open3d version 0.14.1 and this is available python3.8 or lower.

Usage

python main.py

Credit

CalciferZh/Minimal-IK

SMPL MANO

Mediapipe

About

Mediapipe to MANO mesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages