Skip to content

Commit d4fcaba

Browse files
committed
Fixed incorrect comment.
1 parent 2369ae1 commit d4fcaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_examples/train_object_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# SVM C parameter. In general, a bigger C encourages it to fit the training
4545
# data better but might lead to overfitting. You must find the best C value
4646
# empirically by checking how well the trained detector works on a test set of
47-
# images you haven't trained on. Don't just leave the value set at 1. Try a
47+
# images you haven't trained on. Don't just leave the value set at 5. Try a
4848
# few different C values and see what works best for your data.
4949
options.C = 5
5050
# Tell the code how many CPU cores your computer has for the fastest training.

0 commit comments

Comments
 (0)