mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Merge pull request #26691 from asmorkalov:as/unstable_vkcom
Tune threshold to stabinlize test with Vulkan backend.
This commit is contained in:
@@ -93,7 +93,7 @@ TEST_P(Test_TFLite, face_landmark)
|
|||||||
{
|
{
|
||||||
if (backend == DNN_BACKEND_CUDA && target == DNN_TARGET_CUDA_FP16)
|
if (backend == DNN_BACKEND_CUDA && target == DNN_TARGET_CUDA_FP16)
|
||||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_CUDA_FP16);
|
applyTestTag(CV_TEST_TAG_DNN_SKIP_CUDA_FP16);
|
||||||
double l1 = 2e-5, lInf = 2e-4;
|
double l1 = 2.2e-5, lInf = 2e-4;
|
||||||
if (target == DNN_TARGET_CPU_FP16 || target == DNN_TARGET_CUDA_FP16 || target == DNN_TARGET_OPENCL_FP16 || target == DNN_TARGET_MYRIAD ||
|
if (target == DNN_TARGET_CPU_FP16 || target == DNN_TARGET_CUDA_FP16 || target == DNN_TARGET_OPENCL_FP16 || target == DNN_TARGET_MYRIAD ||
|
||||||
(backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_OPENCL))
|
(backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_OPENCL))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user