Commit 6acebf5e authored by Davis King's avatar Davis King

Fixed deserialize()

parent 9eecdaaf
...@@ -682,6 +682,7 @@ namespace dlib ...@@ -682,6 +682,7 @@ namespace dlib
deserialize(item.truth_match_iou_threshold, in); deserialize(item.truth_match_iou_threshold, in);
deserialize(item.overlaps_nms, in); deserialize(item.overlaps_nms, in);
deserialize(item.overlaps_ignore, in); deserialize(item.overlaps_ignore, in);
item.assume_image_pyramid = use_image_pyramid::yes;
if (version >= 3) if (version >= 3)
{ {
uint8_t assume_image_pyramid = 0; uint8_t assume_image_pyramid = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment