All models should work as long as they are in .glb
or .vrm
format. .gltf
has not been tested but might work. .scn
files created with Godot should all import correctly as well.
- Python 3.6 - Python 3.9 (at time of writing,
onnxruntime
isn't compatible with Python 3.10) python3-pip
andpython3-venv
are installed
- Download the latest release
- Unzip all files into a directory (do not move any of the files)
- Run the
.exe
on Windows - Start the facetracker from within the application
- Download the latest release
- Unzip all files into a directory (do not move any of the files)
- Run
chmod +x <binary name>
in a terminal to make the binary executable - Run the binary
- Start the facetracker from within the application
- TODO
- V-Sekai team for their help with
.vrm
importing - emilianavt for their OpenSeeFaceSample