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
fe3e86a1
Commit
fe3e86a1
authored
May 07, 2017
by
Davis King
Browse files
Fixed spelling error
parent
70b885eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/convert_dlib_nets_to_caffe/main.cpp
tools/convert_dlib_nets_to_caffe/main.cpp
+2
-2
No files found.
tools/convert_dlib_nets_to_caffe/main.cpp
View file @
fe3e86a1
...
@@ -104,7 +104,7 @@ void print_as_np_array(std::ostream& out, const matrix_exp<EXP>& m)
...
@@ -104,7 +104,7 @@ void print_as_np_array(std::ostream& out, const matrix_exp<EXP>& m)
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
void
convert_dlib_xml_to_caff
f
e_python_code
(
void
convert_dlib_xml_to_caffe_python_code
(
const
string
&
xml_filename
const
string
&
xml_filename
)
)
{
{
...
@@ -400,7 +400,7 @@ int main(int argc, char** argv) try
...
@@ -400,7 +400,7 @@ int main(int argc, char** argv) try
}
}
for
(
int
i
=
1
;
i
<
argc
;
++
i
)
for
(
int
i
=
1
;
i
<
argc
;
++
i
)
convert_dlib_xml_to_caff
f
e_python_code
(
argv
[
i
]);
convert_dlib_xml_to_caffe_python_code
(
argv
[
i
]);
return
0
;
return
0
;
}
}
...
...
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