Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
eos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
eos
Commits
908be0ba
Commit
908be0ba
authored
Mar 08, 2017
by
Patrik Huber
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/patrikhuber/eos
into devel
parents
f86ba089
3a0b3162
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
share/readme.txt
share/readme.txt
+4
-2
No files found.
CMakeLists.txt
View file @
908be0ba
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3)
project
(
eos
)
set
(
eos_VERSION_MAJOR 0
)
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_property
(
GLOBAL PROPERTY USE_FOLDERS ON
)
...
...
share/readme.txt
View file @
908be0ba
...
...
@@ -10,7 +10,7 @@ Files in this directory:
- 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>
.
at
cvssp.org/facemodel
.
Details about the different models can be found in:
"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,
...
...
@@ -22,7 +22,9 @@ Files in this directory:
- sfm_3448_edge_topology.json:
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:
Definition of the model's contour vertices of the right and left side of the face.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment