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:
@@ -455,6 +455,11 @@ TEST_P(DNNTestNetwork, FastNeuralStyle_eccv16)
|
||||
l1 = 0.4;
|
||||
lInf = 7.46;
|
||||
}
|
||||
else if (target == DNN_TARGET_CUDA)
|
||||
{
|
||||
l1 = 7e-4;
|
||||
lInf = 2e-2;
|
||||
}
|
||||
else if (target == DNN_TARGET_CUDA_FP16)
|
||||
{
|
||||
l1 = 0.9;
|
||||
|
||||
Reference in New Issue
Block a user