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
627b20e6
"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "d6412c94dc4c8b9a35440b7d9195e308ce8a6b58"
Commit
627b20e6
authored
Feb 29, 2016
by
Davis King
Browse files
Minor change to avoid a compiler warning.
parent
57534130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dlib/data_io/image_dataset_metadata.h
dlib/data_io/image_dataset_metadata.h
+4
-4
No files found.
dlib/data_io/image_dataset_metadata.h
View file @
627b20e6
...
@@ -34,9 +34,9 @@ namespace dlib
...
@@ -34,9 +34,9 @@ namespace dlib
truncated
(
false
),
truncated
(
false
),
occluded
(
false
),
occluded
(
false
),
ignore
(
false
),
ignore
(
false
),
angle
(
0
),
pose
(
0
),
pose
(
0
),
detection_score
(
0
)
detection_score
(
0
),
angle
(
0
)
{}
{}
box
(
box
(
...
@@ -47,9 +47,9 @@ namespace dlib
...
@@ -47,9 +47,9 @@ namespace dlib
truncated
(
false
),
truncated
(
false
),
occluded
(
false
),
occluded
(
false
),
ignore
(
false
),
ignore
(
false
),
angle
(
0
),
pose
(
0
),
pose
(
0
),
detection_score
(
0
)
detection_score
(
0
),
angle
(
0
)
{}
{}
rectangle
rect
;
rectangle
rect
;
...
...
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