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
cb6dd3546289945a6d9fe35fc9c2df0680273e44
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
5
Mar
4
3
2
1
28
Feb
19
17
10
9
7
6
30
Jan
29
28
25
24
18
17
15
7
6
5
4
2
30
Dec
25
24
18
17
15
14
10
9
5
4
3
2
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
Remove non-const PcaModel getter of MorphableModel
Return mean, basis and eigenvalues by const& in PcaModel
Minor doxygen and style fixes
Renamed get_*_pca_basis() to get_*_pca_basis_at_point()
Save only the orthonormal basis
Changed PcaModel c'tor to take an orthonormal basis
snake_cased everything in io/cvssp.hpp
Rename the bases in io/cvssp.hpp
Changed "unnormalised" basis to "orthonormal", and "normalised" to "rescaled"
Clarified "normalised"/"unnormalised" by using "orthonormal" in BFM conversion
Added cereal as submodule, removed local copy
Fixed spacing
Added note about 1-based indexing in the edge-topology file
Updated CVSSP link in share/readme.txt
Merge branch 'master' into devel
Merge branch 'devel' of https://github.com/patrikhuber/eos into devel
Clarified wording a bit in ibug_to_sfm.txt
Renamed ibug2did.txt to ibug_to_sfm.txt
Added a MANIFEST.in file to build a python source distribution package
Renamed the pypi package to eos-py, as 'eos' is already taken on pypi
Add test files for future tests, made some minor changes to BufferedVideoIter and use it in utils
Updated initial_cache.cmake.template
Merge pull request #109 from NextDesign1/explicit-casts-to-vec3
Merge pull request #108 from NextDesign1/bfm-conversion-optimization
Explicit casts and initializations to glm::vec3
BFM conversion is now ~200x faster
Merge branch 'devel' of https://github.com/patrikhuber/eos into devel
Added a setup.py file for Python's pip
Changed Array::rsqrt() to sqrt().inverse() for older Eigen versions
Added Python bindings for model constructors and more accessors
Added save_model python bindings
Added write_obj python bindings
Change return to EXIT_FAILURE on cmdline parsing error
Removed json-to-cereal-binary utility app
Full changes to io/cvssp.hpp
Changed load_scm_model to use Eigen::Matrix
Updated bfm-binary-to-cereal to use Eigen
Updated Python bindings to use the new Eigen::Matrix based models
Changed PcaModel to use Eigen::Matrix instead of cv::Mat
Corrected PcaModel documentation
Loading