mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 13:13:26 +08:00
Merge pull request #16408 from alalek:dnn_test_tolerance_myriad
This commit is contained in:
commit
3019927a61
@ -528,8 +528,12 @@ TEST_P(Test_Darknet_layers, reorg)
|
|||||||
testDarknetLayer("reorg");
|
testDarknetLayer("reorg");
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_P(Test_Darknet_layers, convolutional )
|
TEST_P(Test_Darknet_layers, convolutional)
|
||||||
{
|
{
|
||||||
|
if (target == DNN_TARGET_MYRIAD)
|
||||||
|
{
|
||||||
|
default_l1 = 0.01f;
|
||||||
|
}
|
||||||
testDarknetLayer("convolutional", true);
|
testDarknetLayer("convolutional", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user