Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Torenvliet
eos
Commits
908be0ba
Commit
908be0ba
authored
8 years ago
by
Patrik Huber
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/patrikhuber/eos
into devel
parents
f86ba089
3a0b3162
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
share/readme.txt
+4
-2
4 additions, 2 deletions
share/readme.txt
with
5 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
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
)
...
...
This diff is collapsed.
Click to expand it.
share/readme.txt
+
4
−
2
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment