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
938e9771
Commit
938e9771
authored
Jul 23, 2016
by
Davis King
Browse files
fixed typo in comment
parent
0f06d78e
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 @
938e9771
...
@@ -345,7 +345,7 @@ namespace dlib
...
@@ -345,7 +345,7 @@ namespace dlib
// if hit truth rect
// if hit truth rect
if
(
truth_match
>
match_eps
)
if
(
truth_match
>
match_eps
)
{
{
// if this is the first time we have seen a detect which hit truth_object_detections[truth.second]
// if this is the first time we have seen a detect which hit truth_object_detections[
idx][
truth.second]
const
double
score
=
dets
[
i
].
first
-
thresh
;
const
double
score
=
dets
[
i
].
first
-
thresh
;
if
(
hit_truth_table
[
truth
.
second
]
==
false
)
if
(
hit_truth_table
[
truth
.
second
]
==
false
)
{
{
...
...
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