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
088ab2e1
"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "b6f28ec1a8c5fdb8d01cc61946e8f87dddcfa830"
Commit
088ab2e1
authored
Oct 16, 2013
by
Davis King
Browse files
fixed grammar in comment
parent
362fbc7a
Changes
1
Hide 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 @
088ab2e1
...
...
@@ -82,7 +82,7 @@ namespace dlib
// detections we will consider. We do this purely for computational reasons
// since otherwise we can end up wasting large amounts of time on certain
// pathological cases during optimization which ultimately do not influence the
// result. Therefore, we for the separation oracle to only consider the
// result. Therefore, we for
ce
the separation oracle to only consider the
// max_num_dets strongest detections.
max_num_dets
=
0
;
for
(
unsigned
long
i
=
0
;
i
<
truth_object_detections
.
size
();
++
i
)
...
...
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