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
02d8ebc9
Commit
02d8ebc9
authored
Aug 24, 2016
by
Davis King
Browse files
fixed typo in example
parent
08f2c26a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/train_object_detector.cpp
examples/train_object_detector.cpp
+1
-1
No files found.
examples/train_object_detector.cpp
View file @
02d8ebc9
...
@@ -294,7 +294,7 @@ int main(int argc, char** argv)
...
@@ -294,7 +294,7 @@ int main(int argc, char** argv)
serialize
(
"object_detector.svm"
)
<<
detector
;
serialize
(
"object_detector.svm"
)
<<
detector
;
cout
<<
"Testing detector on training data..."
<<
endl
;
cout
<<
"Testing detector on training data..."
<<
endl
;
cout
<<
"Test detector (precision,recall,AP): "
<<
test_object_detection_function
(
detector
,
images
,
object_locations
)
<<
endl
;
cout
<<
"Test detector (precision,recall,AP): "
<<
test_object_detection_function
(
detector
,
images
,
object_locations
,
ignore
)
<<
endl
;
}
}
else
else
{
{
...
...
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