Commit 908be0ba authored by Patrik Huber's avatar Patrik Huber

Merge branch 'master' of https://github.com/patrikhuber/eos into devel

parents f86ba089 3a0b3162
...@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3) ...@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3)
project(eos) project(eos)
set(eos_VERSION_MAJOR 0) set(eos_VERSION_MAJOR 0)
set(eos_VERSION_MINOR 11) set(eos_VERSION_MINOR 11)
set(eos_VERSION_PATCH 0) set(eos_VERSION_PATCH 1)
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH}) set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})
set_property(GLOBAL PROPERTY USE_FOLDERS ON) set_property(GLOBAL PROPERTY USE_FOLDERS ON)
......
...@@ -10,7 +10,7 @@ Files in this directory: ...@@ -10,7 +10,7 @@ Files in this directory:
- sfm_shape_3448.bin: - sfm_shape_3448.bin:
The public shape-only Surrey 3D Morphable Face Model. The public shape-only Surrey 3D Morphable Face Model.
To obtain a full 3DMM and higher resolution levels, follow the instructions To obtain a full 3DMM and higher resolution levels, follow the instructions
at <todo: add link to the page of the Uni>. at cvssp.org/facemodel.
Details about the different models can be found in: Details about the different models can be found in:
"A Multiresolution 3D Morphable Face Model and Fitting Framework", "A Multiresolution 3D Morphable Face Model and Fitting Framework",
P. Huber, G. Hu, R. Tena, P. Mortazavian, W. Koppen, W. Christmas, M. Rätsch, J. Kittler, P. Huber, G. Hu, R. Tena, P. Mortazavian, W. Koppen, W. Christmas, M. Rätsch, J. Kittler,
...@@ -22,7 +22,9 @@ Files in this directory: ...@@ -22,7 +22,9 @@ Files in this directory:
- sfm_3448_edge_topology.json: - sfm_3448_edge_topology.json:
Contains a precomputed list of the model's edges, and the two faces and vertices that are Contains a precomputed list of the model's edges, and the two faces and vertices that are
adjacent to each edge. Used in the edge-fitting. adjacent to each edge. Uses 1-based indexing ("0" has a special meaning of "no adjacent
vertex/edge") - this may change to 0-based in the future to be consistent with the rest of
the library. The file is used in the edge-fitting.
- model_contours.json: - model_contours.json:
Definition of the model's contour vertices of the right and left side of the face. Definition of the model's contour vertices of the right and left side of the face.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment