Skip to content

Releases: emilianavt/OpenSeeFace

OpenSeeFace v1.15.3

21 Aug 21:25
Compare
Choose a tag to compare

This release contains bug fixes and mostly small improvements. It also contains an optional, simplified expression detection method.

OpenSeeFace v1.15.2

17 Aug 09:37
Compare
Choose a tag to compare

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

11 Aug 11:44
Compare
Choose a tag to compare

Improved reliability and logging.

OpenSeeFace v1.15.0

10 Aug 16:36
Compare
Choose a tag to compare

This release includes various small optimizations that can lead to a 20-25% performance gain under certain conditions.

OpenSeeFace v1.14.2

08 Aug 15:24
Compare
Choose a tag to compare

This release fixes further issues with the new camera code.

OpenSeeFace v1.14.0

06 Aug 18:23
Compare
Choose a tag to compare

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

30 Mar 15:04
Compare
Choose a tag to compare

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

28 Mar 14:21
Compare
Choose a tag to compare

This release contains various improvements, such as improved models for --model 0 and --model 1.

OpenSeeFace v1.11.0

22 Mar 13:27
Compare
Choose a tag to compare

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

08 Mar 22:28
Compare
Choose a tag to compare

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.