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
6acebf5e
Commit
6acebf5e
authored
Nov 11, 2017
by
Davis King
Browse files
Fixed deserialize()
parent
9eecdaaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/dnn/loss.h
dlib/dnn/loss.h
+1
-0
No files found.
dlib/dnn/loss.h
View file @
6acebf5e
...
...
@@ -682,6 +682,7 @@ namespace dlib
deserialize
(
item
.
truth_match_iou_threshold
,
in
);
deserialize
(
item
.
overlaps_nms
,
in
);
deserialize
(
item
.
overlaps_ignore
,
in
);
item
.
assume_image_pyramid
=
use_image_pyramid
::
yes
;
if
(
version
>=
3
)
{
uint8_t
assume_image_pyramid
=
0
;
...
...
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