1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #21884 from rogday:cuda_cleanup

Fix CUDA compilation issues and adjust thresholds.

* Fix CUDA compilation issues and adjust thresholds.

* add conformance tests to denylist
This commit is contained in:
rogday
2022-04-19 19:40:25 +03:00
committed by GitHub
parent 27c15bed60
commit 9cd5a0a1e6
11 changed files with 41 additions and 22 deletions
+1 -1
View File
@@ -954,7 +954,7 @@ public:
if (target == DNN_TARGET_CUDA_FP16 || target == DNN_TARGET_OPENCL_FP16 || target == DNN_TARGET_MYRIAD)
{
default_l1 = 4e-3;
default_l1 = 7e-3;
default_lInf = 2e-2;
}
else