Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
773fe59a
"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "8db3f4e57286b36209e7697298417862cc26f166"
Commit
773fe59a
authored
Dec 27, 2014
by
Davis King
Browse files
Fixed grammar
parent
3a5b4e5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/train_shape_predictor_ex.cpp
examples/train_shape_predictor_ex.cpp
+1
-1
No files found.
examples/train_shape_predictor_ex.cpp
View file @
773fe59a
...
@@ -90,7 +90,7 @@ int main(int argc, char** argv)
...
@@ -90,7 +90,7 @@ int main(int argc, char** argv)
shape_predictor_trainer
trainer
;
shape_predictor_trainer
trainer
;
// This algorithm has a bunch of parameters you can mess with. The
// This algorithm has a bunch of parameters you can mess with. The
// documentation for the shape_predictor_trainer explains all of them.
// documentation for the shape_predictor_trainer explains all of them.
// You should also read Kazemi paper which explains all the parameters
// You should also read Kazemi
's
paper which explains all the parameters
// in great detail. However, here I'm just setting three of them
// in great detail. However, here I'm just setting three of them
// differently than their default values. I'm doing this because we
// differently than their default values. I'm doing this because we
// have a very small dataset. In particular, setting the oversampling
// have a very small dataset. In particular, setting the oversampling
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment