Skip to content

v0.2.0

Compare
Choose a tag to compare
@patrikhuber patrikhuber released this 02 Dec 19:23
· 3 commits to master since this release

This release contains just minor changes from v0.1.2, but the large improvements of the last two versions definitely warrants a bump to v0.2.0!

The changes since the last release are:

  • Updated the eos submodule to v0.9.1. This mainly results in a large speed-up of the shape fitting.
  • Replaced the rather large 3DMM fitting code with the fit_shape_and_pose function. It's essentially doing more or less the same as before, but now encapsulated in a library function.
  • 5 PCA coefficients will be fitted by default, and the 3DMM fitting will run for 3 iterations. For a very small speed-up, it runs even quite well with only 1 iteration. If it's run for more than 3 iterations, results improve somewhat, but the differences are quite small.
  • Added wireframe output

Make sure to clone the repository with git clone --recursive, or, if you're updating, run git submodule update --init --recursive.

Also there's some precompiled binaries available! No guarantees that they'll work on many other systems though, so these are not supported.

Windows binaries are compiled for Windows 8.1 64bit, Visual Studio 2015.
Linux binaries are compiled for Linux Mint 18, based on Ubuntu 16.04, gcc-5.4.

If you use the binaries, you also have to download the landmark detector model (85 MB) and put it in the share/ directory: Download face_landmarks_model_rcr_68.bin.