Skip to content

Files

Latest commit

daehwadaehwa
daehwa
and
daehwa
Aug 10, 2024
db42e8f · Aug 10, 2024

History

History
29 lines (19 loc) · 640 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 640 Bytes

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.