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
2967a94d
"git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "007c59472a94c69683b9315ee6844bcde1b15997"
Commit
2967a94d
authored
Feb 29, 2016
by
Davis King
Browse files
merged
parents
5da316ff
627b20e6
Changes
1
Show 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 @
2967a94d
...
@@ -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