Skip to content

v1.1.2

Compare
Choose a tag to compare
@patrikhuber patrikhuber released this 30 Jun 21:22
· 181 commits to master since this release

This is a minor update that slightly improves the internals of loading .scm models from CVSSP from the University of Surrey, and also adds load_scm_model(...) to the Python bindings, so these models can be loaded directly in Python.

Changes/improvements:

  • Removed the OpenCV dependency of eos/morphablemodel/io/cvssp.hpp, and clarified the documentation slightly [dd4cd62 and following]
  • Subsequently, the utils (with utils/scm-to-cereal being the only one) can now be built without OpenCV [d465a04]
  • Added load_scm_model(...) to the Python bindings (in the namespace eos.morphablemodel.load_scm_model(...)) [b82b852]

The updated release is also available on PyPI.