Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
py-3d-face-reconstruction
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
py-3d-face-reconstruction
Graph
master
Select Git revision
Branches
1
master
default
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
Jan
27
Oct
13
Dec
26
Nov
24
23
19
17
16
15
14
12
10
8
14
Sep
7
6
9
Aug
8
2
1
30
Jul
29
25
20
13
12
8
4
3
26
Jun
15
12
26
May
19
16
11
4
18
Apr
17
16
13
6
Update readme
master
master
Update comment in build script
Simplify build script - removed unused libraries and fixed building texture.so
Testing with eos reconstruction
Add some experiments for using the BFM
Use clang++ instead of g++
Use pybind11 instead of c headers
Made changes to support eos, made Python bindings to call it from python
Fixed renaming
Dlib should not use multiscale checking, made it faster
Fix path to data
Merge
face alignment .dat file was loading every time for a request, made changes to the import times to make it faster
Put back support for the eigenvalue multiplier
Merge branch 'master' of ssh://git.kompiler.org:10022/icyrizard/face-reconstruction
Use global array of images
Merge branch 'master' of ssh://git.kompiler.org:10022/icyrizard/face-reconstruction
Add support for cutting the amount of shape components
Short term solution for getting files from disk, sort them
Fix the errors of roundings issues for now
Add example file for nginx config for remote server
Made changes for production deployment
Update commands and settings to work with docker
Move to using Docker
Removed viewer from this repo and moved to face-reconstruction-viewer repo
Update some documentation
Update server to use the ibug reconstruction method
Add dlib as a capability
Made the shape_components sliders work with the multipliers in the backend, able to change the face now
Add a way of altering the amount of shape components needed for the reconstruction.
Remove this obsolete file
Implement logging system and support debug levels, closes #6
Removed KivY dependency and code #3
Moved tests and made them work again, added sphinx documentation and added/updated documentation, #4, #5
Moved imm to datasets module, all in preperation of dynamic loading of module, see issues #1, #2, #3
Moved imm_points to imm, in preperation of including a dataset implementation capability
Add halide build scripts, note that we are not yet using these
refactoring some namings
Fixed the code that generated the texture PCA model
Fixed the code that generated the texture mechanism
Loading