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
f88f784a
"...graphbolt/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "c213444268aa618c3bef988f74c836e10646e6e2"
Commit
f88f784a
authored
Jun 25, 2016
by
Davis King
Browse files
Minor formatting cleanup
parent
2469352e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/dnn_imagenet_ex.cpp
examples/dnn_imagenet_ex.cpp
+2
-2
No files found.
examples/dnn_imagenet_ex.cpp
View file @
f88f784a
...
@@ -111,8 +111,8 @@ int main(int argc, char** argv) try
...
@@ -111,8 +111,8 @@ int main(int argc, char** argv) try
if
(
argc
==
1
)
if
(
argc
==
1
)
{
{
cout
<<
"Give this program image files as command line arguments.
\n
"
<<
endl
;
cout
<<
"Give this program image files as command line arguments.
\n
"
<<
endl
;
cout
<<
"You will also need a copy of the file resnet34_1000_imagenet_classifier.dnn
which
"
<<
endl
;
cout
<<
"You will also need a copy of the file resnet34_1000_imagenet_classifier.dnn "
<<
endl
;
cout
<<
"
is
available at http://dlib.net/files/resnet34_1000_imagenet_classifier.dnn.bz2"
<<
endl
;
cout
<<
"available at http://dlib.net/files/resnet34_1000_imagenet_classifier.dnn.bz2"
<<
endl
;
cout
<<
endl
;
cout
<<
endl
;
return
1
;
return
1
;
}
}
...
...
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