opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

Nightly: test_gapi_infer.py failed on Skylake-X platform (AVX512)

Open alalek opened this issue 4 years ago • 6 comments

Nightly build.

======================================================================
FAIL: test_age_gender_infer (test_gapi_infer.test_gapi_infer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/master_openvino-skx-lin64/opencv/modules/gapi/misc/python/test/test_gapi_infer.py", line 57, in test_age_gender_infer
    self.assertEqual(0.0, cv.norm(dnn_gender, gapi_gender, cv.NORM_INF))
AssertionError: 0.0 != 2.7939677238464355e-08

alalek avatar Dec 13 '20 20:12 alalek

OpenVINO vs dnn comparison problem. Anyway the different isn't so big, is it ? How it can be avoided ?

TolyaTalamanov avatar Dec 28 '20 13:12 TolyaTalamanov

I believe test check should be updated: assertEqual => assertAlmostEqual

alalek avatar Mar 31 '21 21:03 alalek

@TolyaTalamanov can you please follow-up on this?

dmatveev avatar Aug 31 '22 06:08 dmatveev

@alalek Is it possible to reproduce this behavior? (e.g on CI)

TolyaTalamanov avatar Dec 06 '22 09:12 TolyaTalamanov

Not possible (no such configurations on CI).

alalek avatar Dec 14 '22 01:12 alalek

I also don't have such configuration locally. Shifted milestone

TolyaTalamanov avatar Dec 19 '22 07:12 TolyaTalamanov