mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed deserialize()
This commit is contained in:
parent
9eecdaaf65
commit
6acebf5ec4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user