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
0848616d
Commit
0848616d
authored
Oct 16, 2016
by
Davis King
Browse files
Improved xml logging for --resample
parent
f8fcfcd0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tools/imglab/src/main.cpp
tools/imglab/src/main.cpp
+2
-0
No files found.
tools/imglab/src/main.cpp
View file @
0848616d
...
@@ -423,6 +423,8 @@ int resample_dataset(const command_line_parser& parser)
...
@@ -423,6 +423,8 @@ int resample_dataset(const command_line_parser& parser)
sout
<<
" cropped-object-size: "
<<
obj_size
<<
endl
;
sout
<<
" cropped-object-size: "
<<
obj_size
<<
endl
;
sout
<<
" crop-size: "
<<
margin_scale
<<
endl
;
sout
<<
" crop-size: "
<<
margin_scale
<<
endl
;
sout
<<
" min-object-size: "
<<
min_object_size
<<
endl
;
sout
<<
" min-object-size: "
<<
min_object_size
<<
endl
;
if
(
one_object_per_image
)
sout
<<
" one_object_per_image: true"
<<
endl
;
resampled_data
.
comment
=
data
.
comment
+
sout
.
str
();
resampled_data
.
comment
=
data
.
comment
+
sout
.
str
();
resampled_data
.
name
=
data
.
name
+
" RESAMPLED"
;
resampled_data
.
name
=
data
.
name
+
" RESAMPLED"
;
...
...
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