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
79c4c85a
Commit
79c4c85a
authored
Sep 17, 2011
by
Davis King
Browse files
Fixed grammar.
parent
08b23f2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/svm/structural_svm_object_detection_problem.h
dlib/svm/structural_svm_object_detection_problem.h
+1
-1
No files found.
dlib/svm/structural_svm_object_detection_problem.h
View file @
79c4c85a
...
@@ -204,7 +204,7 @@ namespace dlib
...
@@ -204,7 +204,7 @@ namespace dlib
sout
<<
"and/or shape of one of the ground truth rectangles to within the required overlap_eps "
;
sout
<<
"and/or shape of one of the ground truth rectangles to within the required overlap_eps "
;
sout
<<
"amount of overlap. To resolve this you need to either lower the overlap_eps, add "
;
sout
<<
"amount of overlap. To resolve this you need to either lower the overlap_eps, add "
;
sout
<<
"another detection template which can match the offending rectangle, or adjust the "
;
sout
<<
"another detection template which can match the offending rectangle, or adjust the "
;
sout
<<
"offending truth rectangle so
that
it can be matched by an existing detection template. "
;
sout
<<
"offending truth rectangle so it can be matched by an existing detection template. "
;
sout
<<
"It is also possible that the image pyramid you are using is too coarse. E.g. if one of "
;
sout
<<
"It is also possible that the image pyramid you are using is too coarse. E.g. if one of "
;
sout
<<
"your existing detection templates has a matching width/height ratio and smaller area than the offending "
;
sout
<<
"your existing detection templates has a matching width/height ratio and smaller area than the offending "
;
sout
<<
"rectangle then a finer image pyramid would probably help."
;
sout
<<
"rectangle then a finer image pyramid would probably help."
;
...
...
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