Skip to content

v0.14.0

Compare
Choose a tag to compare
@patrikhuber patrikhuber released this 11 Jan 00:11
· 542 commits to master since this release

This is an update release with various small improvements throughout and two highlights:
One major highlight is proper (and tested) support for the BFM2009 (and partially the BFM2017).
Another highlight is that the multi_image_fit_devel branch is finally merged into master, and multi-frame fitting is thus now available in the main version.

The changes include, alongside other minor changes:

  • Merged multi-frame fitting from multi_image_fit_devel branch. Thank you very much @PhilippKopp for the contribution!
  • Added new (and correct) script to convert the BFM2009
  • Added script to convert the BFM2017
  • Updated syntax of the ibug_to_bfm*.txt files to TOML
  • Add Python and Matlab scripts to generate edge-topology files
  • Updated wiki with all BFM info & files (link)
  • Clamping the colours to [0, 1] in sample_to_mesh
  • Check find_if result for std::end in get_nearest_contour_correspondences to avoid continuing in Release builds without any error message
  • Added lots of const qualifiers where possible
  • Ran clang-format on the whole codebase
  • Added some minor useful things to the Python bindings (e.g. default c'tors for Mesh and Blendshape)
  • Updated Ceres code and example to work with the recent eos changes