mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
dnn(test): update error tolerance for RCNN/RFCN tests
This commit is contained in:
parent
225c75e4a1
commit
ee90a6cbde
@ -458,7 +458,7 @@ TEST(Test_Caffe, FasterRCNN_and_RFCN)
|
|||||||
if (out.at<float>(j, 2) > 0.8)
|
if (out.at<float>(j, 2) > 0.8)
|
||||||
detections.push_back(out.row(j).colRange(1, 7));
|
detections.push_back(out.row(j).colRange(1, 7));
|
||||||
}
|
}
|
||||||
normAssert(detections, refs[i], ("model name: " + models[i]).c_str(), 2e-4, 6e-4);
|
normAssert(detections, refs[i], ("model name: " + models[i]).c_str(), 1e-3, 1e-3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user