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
4737009c
Commit
4737009c
authored
Sep 16, 2017
by
Davis King
Browse files
Clarified comments
parent
8bfd2279
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/dnn_mmod_find_cars_ex.cpp
examples/dnn_mmod_find_cars_ex.cpp
+2
-2
No files found.
examples/dnn_mmod_find_cars_ex.cpp
View file @
4737009c
...
...
@@ -49,8 +49,8 @@ int main() try
shape_predictor
sp
;
// You can get this file from http://dlib.net/files/mmod_rear_end_vehicle_detector.dat.bz2
// This network was produced by the dnn_mmod_train_find_cars_ex.cpp example program.
// As you can see,
i
t also includes a shape_predictor. To see
a generic example of how
// to train those refer to train_shape_predictor_ex.cpp.
// As you can see, t
he file
also includes a
separately trained
shape_predictor. To see
//
a generic example of how
to train those refer to train_shape_predictor_ex.cpp.
deserialize
(
"mmod_rear_end_vehicle_detector.dat"
)
>>
net
>>
sp
;
matrix
<
rgb_pixel
>
img
;
...
...
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