We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2369ae1 commit d4fcabaCopy full SHA for d4fcaba
1 file changed
python_examples/train_object_detector.py
@@ -44,7 +44,7 @@
44
# SVM C parameter. In general, a bigger C encourages it to fit the training
45
# data better but might lead to overfitting. You must find the best C value
46
# 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
+# images you haven't trained on. Don't just leave the value set at 5. Try a
48
# few different C values and see what works best for your data.
49
options.C = 5
50
# Tell the code how many CPU cores your computer has for the fastest training.
0 commit comments