Skip to content

QSPFoundation/traceface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TraceFace

A tiny utility that provides face tracking data in VTube Studio format using a webcam

Prepare environment & Run

  1. Download the model file here: https://ai.google.dev/edge/mediapipe/solutions/vision/face_landmarker
  2. Set up a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the script:
python tracking.py

Support us

Please consider supporting our development on:

About

A tiny utility that provides face tracking data in VTube Studio format using a webcam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages