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
1a494a91
Commit
1a494a91
authored
May 30, 2015
by
Davis E. King
Browse files
Merge pull request #14 from fabioperez/master
Revise help message
parents
2b14122c
5fb4c584
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/train_object_detector.cpp
examples/train_object_detector.cpp
+1
-1
No files found.
examples/train_object_detector.cpp
View file @
1a494a91
...
...
@@ -184,7 +184,7 @@ int main(int argc, char** argv)
parser
.
add_option
(
"v"
,
"Be verbose."
);
parser
.
add_option
(
"folds"
,
"When doing cross-validation, do <arg> folds (default: 3)."
,
1
);
parser
.
add_option
(
"c"
,
"Set the SVM C parameter to <arg> (default: 1.0)."
,
1
);
parser
.
add_option
(
"threads"
,
"Use <arg> threads for training
<arg>
(default: 4)."
,
1
);
parser
.
add_option
(
"threads"
,
"Use <arg> threads for training (default: 4)."
,
1
);
parser
.
add_option
(
"eps"
,
"Set training epsilon to <arg> (default: 0.01)."
,
1
);
parser
.
add_option
(
"target-size"
,
"Set size of the sliding window to about <arg> pixels in area (default: 80*80)."
,
1
);
parser
.
add_option
(
"flip"
,
"Add left/right flipped copies of the images into the training dataset. Useful when the objects "
...
...
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