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,
onnxruntimeisn't compatible with Python 3.10) python3-pipandpython3-venvare installed
- Download the latest release
- Unzip all files into a directory (do not move any of the files)
- Run the
.exeon 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
.vrmimporting - emilianavt for their OpenSeeFaceSample