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
30869fbe
"...graphbolt/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "57281e9f21bb70225ed4b2f048e4b58338cac8db"
Commit
30869fbe
authored
Dec 11, 2014
by
Patrick Snape
Browse files
Change logic for upsampling printing
parent
dd19ce84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/python/src/simple_object_detector.h
tools/python/src/simple_object_detector.h
+1
-1
No files found.
tools/python/src/simple_object_detector.h
View file @
30869fbe
...
@@ -203,7 +203,7 @@ namespace dlib
...
@@ -203,7 +203,7 @@ namespace dlib
{
{
// Unsampled images # time(s) to allow detection of small boxes
// Unsampled images # time(s) to allow detection of small boxes
std
::
cout
<<
"Upsampled images "
<<
upsample_amount
;
std
::
cout
<<
"Upsampled images "
<<
upsample_amount
;
std
::
cout
<<
(
upsample_amount
==
1
)
?
" time"
:
" time
s
"
;
std
::
cout
<<
(
(
upsample_amount
>
1
)
?
" time
s
"
:
" time"
)
;
std
::
cout
<<
" to allow detection of small boxes."
<<
std
::
endl
;
std
::
cout
<<
" to allow detection of small boxes."
<<
std
::
endl
;
}
}
if
(
options
.
add_left_right_image_flips
)
if
(
options
.
add_left_right_image_flips
)
...
...
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