v0.14.0
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 forstd::end
inget_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
andBlendshape
) - Updated Ceres code and example to work with the recent eos changes