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
26613862
Commit
26613862
authored
Feb 20, 2014
by
Davis King
Browse files
Fixed compile time error.
parent
f9e50a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/svm/cross_validate_track_association_trainer.h
dlib/svm/cross_validate_track_association_trainer.h
+1
-1
No files found.
dlib/svm/cross_validate_track_association_trainer.h
View file @
26613862
...
...
@@ -134,7 +134,7 @@ namespace dlib
next
=
(
next
+
1
)
%
samples
.
size
();
}
const
t
ypename
trainer_type
::
trained_fun
ction_type
&
df
=
trainer
.
train
(
samples_train
);
const
t
rack_association_function
<
dete
ction_type
>
&
df
=
trainer
.
train
(
samples_train
);
for
(
long
cnt
=
0
;
cnt
<
num_in_test
;
++
cnt
)
{
impl
::
test_track_association_function
(
df
,
samples
[
next_test_idx
],
total_dets
,
correctly_associated_dets
);
...
...
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