Skip to content

OpenFace 0.3.0

Compare
Choose a tag to compare
@TadasBaltrusaitis TadasBaltrusaitis released this 29 Dec 08:50
· 363 commits to master since this release

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