Releases: emilianavt/OpenSeeFace
OpenSeeFace v1.15.3
This release contains bug fixes and mostly small improvements. It also contains an optional, simplified expression detection method.
OpenSeeFace v1.15.2
Further reliability improvements. Landmark decoding has been moved from the ONNX model back into tracker.py
in one of the recent releases, but model.py
still contains suitable decoding code for exporting your own ONNX model containing the landmark decoding.
OpenSeeFace v1.15.1
Improved reliability and logging.
OpenSeeFace v1.15.0
This release includes various small optimizations that can lead to a 20-25% performance gain under certain conditions.
OpenSeeFace v1.14.2
This release fixes further issues with the new camera code.
OpenSeeFace v1.14.0
This release accumulates a lot of random changes, mainly to the Unity parts. One big change is that escapi is no longer used for webcam reading on Windows and has been replaced with libdshowcamera, which is also used in OBS.
OpenSeeFace v1.13.0
This release introduces a new model for --model 2
. Unity components relying on 3D points will now skip frames with very bad 3D fits.
OpenSeeFace v1.12.0
This release contains various improvements, such as improved models for --model 0
and --model 1
.
OpenSeeFace v1.11.0
The main new feature of this release is a new default face detection model that is used to lock onto yet untracked faces for tracking. There are also some other small changes and fixes. The chin tracking point is used for fitting the 3D points once more to prevent the solvePnP
function from choosing an upside down fit.
OpenSeeFace v1.10.0
New in this version:
- 3D points are now scaled according to the reference model along X and Y axis to make them more consistent. The tip of the nose should always be at (0, 0) and the nose should point straight up.
OpenSeeVRMDriver
can now animate mouth and eyes using the face tracking information.OpenSeeVRMDriver
supports global hotkeys to override expressions.- Small fixes and changes.