mirror of https://github.com/davisking/dlib.git
Made unit test more robust
This commit is contained in:
parent
9cd103e545
commit
c81825c3c2
|
@ -77,7 +77,7 @@ namespace
|
||||||
|
|
||||||
// small error possible due to rounding and different optimization options
|
// small error possible due to rounding and different optimization options
|
||||||
DLIB_TEST(res_diff <= 1);
|
DLIB_TEST(res_diff <= 1);
|
||||||
DLIB_TEST(rect_confidence >= 0.99);
|
DLIB_TEST(rect_confidence >= 0.98);
|
||||||
print_spinner();
|
print_spinner();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue