Releases: TadasBaltrusaitis/OpenFace
OpenFace 0.4.1
Changelist for version 0.4.1
- experimental multi-face output feature
- aligned face output without a mask
- can specify input webcam resolution
- fix AU training fix with new interface
- new version of TBB with Windows
- debug build fix with OpenCV
- instead of doing webcam be default, the user needs to specify it in command line arguments properly
OpenFace 0.4.0
Changelist:
- Adding a Windows GUI!
- Record output from video and image processing
- Visualizing the output
- Online mode for processing and visualizing the output
- C# bindings for OpenFace, currently used in the GUI
- Updating OpenCV support to 3.4
OpenFace 0.3.0
Big changes to the interface and API making it much easier to use:
- Big change in output for image features, now consistent with sequence ones, making it easier to interpret results, and functionality is the same, with both outputting 3D eye landmarks, HOG, and aligned faces (see Wiki for more details)
- Added a utilities project and library that contains
- Separate recorder class for recording features computed by OpenFace
- Separate image and sequence capture classes for easier loading of data
- Image manipulation and rotation utilities, removing some code repetition
- Capability to process features live
- bug fixes with working with 16bit data
- More sensible output when faces are not tracked
OpenFace 0.2.5
A number of changes to the interface and output of the model:
- Separation of landmark detection and action unit analysis, now the action unit module only requires location of facial landmarks to perform predictions, this allows for easy substitution of other facial landmark detection models, as long as they use the same 68 point markup
- Allowing for output of gaze angle and eye region landmarks
- Moving gaze analysis to a separate project
- Updating wiki to reflect these changes
OpenFace 0.2.4
A new release of OpenFace, a number of minor bug fixes and performance updates. Biggest change is a more modern face validator trained on a large facial landmark dataset with large pose variability.
OpenFace_v0.2.3
A new release of OpenFace, a number of minor bug fixes. Biggest change is the ability to run Matlab scripts in unix.