Skip to content

This python code includes (1) visualization of SRanipal blender shape into face mesh on Open3D, (2) conversion of SRanipal blender shape to xyz keypoints, (3) its parsing -- lips, tongue, cheek -- code.

Notifications You must be signed in to change notification settings

daehwa/FaceBlenderShapePython

Repository files navigation

Face Blender Shape Python

About

Do you use Vive Facial Tracker as your ground truth system and want to get face keypoints in mm scale? Do you want to visualize face in SRanipal Blender Shape without Unity? If yes, may consider to use this repository.

Installation

python3.10 -m venv venv
pip install -r requirements.txt
source venv/bin/activate

Face Mesh Visualizer

python blender_interface.py

drawing

Blender Shape to Keypionts

python sranipal2keypoints.py -path sample_data.csv

Then output is created in sample_data.npz.

About

This python code includes (1) visualization of SRanipal blender shape into face mesh on Open3D, (2) conversion of SRanipal blender shape to xyz keypoints, (3) its parsing -- lips, tongue, cheek -- code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages