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
d4f6e5f1
Commit
d4f6e5f1
authored
Feb 28, 2016
by
Davis King
Browse files
Fixed missing initializers.
parent
33c8d0c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dlib/data_io/image_dataset_metadata.h
dlib/data_io/image_dataset_metadata.h
+3
-1
No files found.
dlib/data_io/image_dataset_metadata.h
View file @
d4f6e5f1
...
@@ -34,7 +34,9 @@ namespace dlib
...
@@ -34,7 +34,9 @@ namespace dlib
truncated
(
false
),
truncated
(
false
),
occluded
(
false
),
occluded
(
false
),
ignore
(
false
),
ignore
(
false
),
angle
(
0
)
angle
(
0
),
pose
(
0
),
detection_score
(
0
)
{}
{}
box
(
box
(
...
...
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