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
Graph
145c8fdf01930c16f3f37f72c07fae888a8b59fd
Select Git revision
Branches
7
devel
docker
gh-pages
master
default
multi-frame-richard
perspective-camera-estimation
tests
Tags
14
v0.10.1
v0.10.0
v0.9.1
v0.9.0
v0.8.0
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Dec
1
30
Nov
27
26
25
23
22
21
19
18
17
15
8
7
6
10
Oct
9
4
29
Sep
26
24
20
19
18
17
11
31
Aug
22
21
22
May
21
2
1
30
Apr
25
Feb
17
15
Jan
2
1
31
Dec
26
24
22
21
9
8
28
Nov
25
22
20
19
30
Aug
27
25
24
23
22
15
14
11
9
3
2
1
31
Jul
30
28
21
15
14
12
11
9
8
3
2
1
30
Jun
22
Apr
21
16
Feb
13
10
Merge branch 'devel'
Fixed bug that the given num_shape_coefficients_to_fit was not forwarded to the shape-fitting function
Added consts in ray_triangle_intersect
Fixed typo in Readme
Speed up computation of Omega in shape fitting
Passing the MorphableModel by const& in shape-fitting
Moved sample_to_mesh out of the ::detail namespace
Updated fit-model section in readme, mentioned fit-model-simple
Added nanoflann and eigen3-nnls directories to INSTALL target
Bumped version to 0.9.0
v0.9.0
v0.9.0
Merge branch 'devel'
Added Edge-fitting to readme, restructured bullet points
Added missing inline to functions in fitting.hpp
Added missing Eigen header for nnls.h
Added new fit-model app that fits using the new iterative fitting
Fixed missing lambda, changed dist_thresh to 180 for the occluding landmark fitting
Renamed fit-model to fit-model-simple
Added a single function that fits pose, shape and blendshapes
Updated fit-model-ceres for the changed get_contour_correspondences function
select_contour now returns both contours for the interval +-7.5° yaw
Changed front-facing contour fitting to use a given Mesh instead of the mean
Removed conversion to degree from get_contour_correspondences
Removed eos:: namespace prefix from some function arguments
Changed blendshape fitting to the NNLS solver in fit_shape()
Removed stray blank line
Added non-negative least squares blendshape fitting function
Added eigen3-nnls as git submodule
Changed tagline in README.md
Added missing glm includes for compute_face_normal
Added compute_face_normal function for glm vectors
Added inline to EdgeTopology load/save functions
Added inline to edge fitting methods
Added inline to all non-template functions
Fixed space
Added the Surrey 3448 model's precomputed edge-topology file
Added nearest edge/vertex correspondence function
Using init-list in c'tor, added getters
Comments of KDTreeVectorOfVectorsAdaptor updated
Added visibility-testing by ray-casting to edge-fitting
Added explicit conversion from the rotation matrix to quaternion
Loading