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
1857d567
Commit
1857d567
authored
8 years ago
by
Patrik Huber
Browse files
Options
Downloads
Patches
Plain Diff
Added note regarding the albedo model to fit-model-ceres
parent
fada46e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/fit-model-ceres.cpp
+5
-0
5 additions, 0 deletions
examples/fit-model-ceres.cpp
with
5 additions
and
0 deletions
examples/fit-model-ceres.cpp
+
5
−
0
View file @
1857d567
...
...
@@ -123,6 +123,11 @@ LandmarkCollection<cv::Vec2f> read_pts_landmarks(std::string filename)
/**
* Single and multi-image non-linear model fitting with Ceres example.
*
* NOTE: The ImageCost cost function requires the "full" 3DMM with the
* albedo model. It can be acquired from CVSSP - see the GitHub main page.
* If you don't currently have it, and still want to try the Ceres fitting,
* the ImageCost can just be removed.
*/
int
main
(
int
argc
,
char
*
argv
[])
{
...
...
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