mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge branch 4.x
This commit is contained in:
@@ -278,7 +278,7 @@ TEST(Reproducibility_FCN, Accuracy)
|
||||
int shape[] = {1, 21, 500, 500};
|
||||
Mat ref(4, shape, CV_32FC1, refData.data);
|
||||
|
||||
normAssert(ref, out);
|
||||
normAssert(ref, out, "", 0.013, 0.17);
|
||||
}
|
||||
|
||||
TEST(Reproducibility_SSD, Accuracy)
|
||||
|
||||
Reference in New Issue
Block a user