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
f3dc3c0e
Commit
f3dc3c0e
authored
Jan 01, 2014
by
Davis King
Browse files
Changed the default stopping epsilon from 0.3 to 0.1.
parent
58f05918
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/svm/structural_object_detection_trainer.h
dlib/svm/structural_object_detection_trainer.h
+1
-1
dlib/svm/structural_object_detection_trainer_abstract.h
dlib/svm/structural_object_detection_trainer_abstract.h
+1
-1
No files found.
dlib/svm/structural_object_detection_trainer.h
View file @
f3dc3c0e
...
@@ -57,7 +57,7 @@ namespace dlib
...
@@ -57,7 +57,7 @@ namespace dlib
C
=
1
;
C
=
1
;
verbose
=
false
;
verbose
=
false
;
eps
=
0.
3
;
eps
=
0.
1
;
num_threads
=
2
;
num_threads
=
2
;
max_cache_size
=
5
;
max_cache_size
=
5
;
match_eps
=
0.5
;
match_eps
=
0.5
;
...
...
dlib/svm/structural_object_detection_trainer_abstract.h
View file @
f3dc3c0e
...
@@ -49,7 +49,7 @@ namespace dlib
...
@@ -49,7 +49,7 @@ namespace dlib
ensures
ensures
- #get_c() == 1
- #get_c() == 1
- this object isn't verbose
- this object isn't verbose
- #get_epsilon() == 0.
3
- #get_epsilon() == 0.
1
- #get_num_threads() == 2
- #get_num_threads() == 2
- #get_max_cache_size() == 5
- #get_max_cache_size() == 5
- #get_match_eps() == 0.5
- #get_match_eps() == 0.5
...
...
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