Releases: emilianavt/OpenSeeFace
OpenSeeFace v1.20.4
Changed the gaze tracking model to always run single threaded.
OpenSeeFace v1.20.3
Fixed various issues, made other small improvements and added a new, experimental tracking model with improved wink support.
OpenSeeFace v1.20.2
Fixed some bugs.
OpenSeeFace v1.20.1
Reduced the impact of eye blinks and jaw movement on head pose estimation and fixed various things.
OpenSeeFace v1.20.0
This release contains various fixes and adjustments as well as two new tracking models with different quality and speed tradeoffs.
OpenSeeFace v1.19.0
This release adds support for jaw bone animation to OpenSeeVRMDriver
, dynamic port selection support to OpenSeeLauncher
and updates the binary build of the face tracker to use onnxruntime 1.5.1, fixing some performance issues caused by the tracker not respecting thread limits.
OpenSeeFace v1.18.3
This release decodes landmarks from the python side again, as somehow using the decoded landmarks from setting inference=True
on the models caused some issues
OpenSeeFace v1.18.2
With this release, the landmark models decode landmarks within the ONNX models again. The included binary should run with lower CPU utilization at the same speed when enabling multithreading.
OpenSeeFace v1.17.0
This release fixes a bug with the OpenSeeLauncher
and adds support for selecting device capability lines for direct show cameras and a --benchmark
option.
OpenSeeFace v1.16.0
The main new feature with this release is a very fast, less accurate thirty point tracking model that can be activated with --model -1
.