Commit 5e4d768e authored by Patrik Huber's avatar Patrik Huber

Updated the readme in share/

parent ffd24506
......@@ -4,21 +4,37 @@ eos: A lightweight header-only 3D Morphable Model fitting library in modern C++1
Files in this directory:
- ibug2did.txt:
Mappings from the popular IBUG 68-point 2D facial landmarks markup to
Mappings from the popular ibug 68-point 2D facial landmarks markup to
Surrey Face Model indices.
- sfm_shape_3448.bin:
The public shape-only Surrey 3D Morphable Face Model.
To obtain a full 3DMM and higher resolution levels, follow the
instructions at <todo: add link to the page of the Uni>.
To obtain a full 3DMM and higher resolution levels, follow the instructions
at <todo: add link to the page of the Uni>.
Details about the different models can be found in:
<todo: add publication>.
"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,
VISAPP 2016, Rome, Italy.
- expression_blendshapes_3448.bin:
6 expression blendshapes for the sfm_shape_3448 model. Contains the expressions angry,
disgust, fear, happy, sad and surprised.
- model_contours.json:
Definition of the model's contour vertices of the right and left side of the face.
- reference.obj:
The reference 3D shape used to built the model. We make it available so
that new user-defined landmark points can be marked in this lowest-resolution
model, if the points exist here.
- reference_annotated.obj:
Visualisation of the landmark points defined in the ibug2did.txt mapping file.
* Red: Annotated ibug points that are defined on the reference shape.
* Green: Contour vertices from the file model_contours.json.
The file ibug2did.txt contains a few more mappings of landmarks that are not present
in the reference, for example the middle-inner eyebrow points - they are not visualised.
- reference_symmetry.txt:
Contains a list of vertex symmetries of the reference shape, i.e. each
vertex's symmetric counterpart. See the top of the file for more information.
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