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
37e0b9ea
Commit
37e0b9ea
authored
Sep 15, 2017
by
Davis King
Browse files
Updated comments.
parent
68d39c70
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
examples/dnn_mmod_find_cars_ex.cpp
examples/dnn_mmod_find_cars_ex.cpp
+3
-3
No files found.
examples/dnn_mmod_find_cars_ex.cpp
View file @
37e0b9ea
...
@@ -8,9 +8,9 @@
...
@@ -8,9 +8,9 @@
The model used by this example was trained by the dnn_mmod_train_find_cars_ex.cpp
The model used by this example was trained by the dnn_mmod_train_find_cars_ex.cpp
example. Also, since this is a CNN, you really should use a GPU to get the
example. Also, since this is a CNN, you really should use a GPU to get the
best execution speed. For instance, when run on a NVIDIA 1080ti, this
best execution speed. For instance, when run on a NVIDIA 1080ti, this
detector
detector
runs at
3
9fps when run on the provided test image. That's
about an
runs at 9
8
fps when run on the provided test image. That's
more than an order
order
of magnitude faster than when run on the CPU.
of magnitude faster than when run on the CPU.
Users who are just learning about dlib's deep learning API should read
Users who are just learning about dlib's deep learning API should read
the dnn_introduction_ex.cpp and dnn_introduction2_ex.cpp examples to learn
the dnn_introduction_ex.cpp and dnn_introduction2_ex.cpp examples to learn
...
...
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