"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "72f634551596eeaf99f9c9344084c72be063e4c1"
Commit 6acebf5e authored by Davis King's avatar Davis King
Browse files

Fixed deserialize()

parent 9eecdaaf
......@@ -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;
......
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