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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user