mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed bug
This commit is contained in:
parent
e35b2d8fc8
commit
7a317f5456
@ -49,7 +49,7 @@ y.append(-1)
|
||||
# svm = dlib.svm_c_trainer_histogram_intersection()
|
||||
# svm = dlib.svm_c_trainer_radial_basis()
|
||||
svm = dlib.svm_c_trainer_linear()
|
||||
svm.be_verbose = True
|
||||
svm.be_verbose()
|
||||
svm.set_c(10)
|
||||
|
||||
# Now train the model. The return value is the trained model capable of making predictions.
|
||||
|
Loading…
Reference in New Issue
Block a user