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
9185e0a7
Commit
9185e0a7
authored
Dec 25, 2017
by
Duc Thien Bui
Committed by
Davis E. King
Dec 25, 2017
Browse files
fix typo in train find cars example (#1028)
parent
92692e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dnn_mmod_train_find_cars_ex.cpp
examples/dnn_mmod_train_find_cars_ex.cpp
+1
-1
No files found.
examples/dnn_mmod_train_find_cars_ex.cpp
View file @
9185e0a7
...
@@ -124,7 +124,7 @@ int main(int argc, char** argv) try
...
@@ -124,7 +124,7 @@ int main(int argc, char** argv) try
//
//
// To explain this non-max suppression idea further it's important to understand how
// To explain this non-max suppression idea further it's important to understand how
// the detector works. Essentially, sliding window detectors scan all image locations
// the detector works. Essentially, sliding window detectors scan all image locations
// and ask "is there a car
e
here?". If there really is a car in a specific location in
// and ask "is there a car here?". If there really is a car in a specific location in
// an image then usually many slightly different sliding window locations will produce
// an image then usually many slightly different sliding window locations will produce
// high detection scores, indicating that there is a car at those locations. If we
// high detection scores, indicating that there is a car at those locations. If we
// just stopped there then each car would produce multiple detections. But that isn't
// just stopped there then each car would produce multiple detections. But that isn't
...
...
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