Commit 3019927a authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #16408 from alalek:dnn_test_tolerance_myriad

parents 881cee4d b21a861c
...@@ -528,8 +528,12 @@ TEST_P(Test_Darknet_layers, reorg) ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment