Skip to content

Commit

Permalink
Merge pull request davisking#14 from fabioperez/master
Browse files Browse the repository at this point in the history
Revise help message
  • Loading branch information
davisking committed May 31, 2015
2 parents 2b14122 + 5fb4c58 commit 1a494a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/train_object_detector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 1a494a9

Please sign in to comment.