opencv / opencv

Open Source Computer Vision Library
https://opencv.org
Apache License 2.0
78.14k stars 55.72k forks source link

Some dnn tests doesn't work with OpenVINO 2024.0.0 #25534

Open alexlyulkov opened 4 months ago

alexlyulkov commented 4 months ago

System Information

OpenCV 4.x and OpenCV 5.x Ubuntu 22.04 OpenVINO 2024.0.0

Detailed description

The following tests were not passed with OpenVINO backend: Test_Caffe_layers.layer_prelu_fc/0, where GetParam() = NGRAPH/CPU Test_ONNX_layers.LSTM_Activations/0, where GetParam() = NGRAPH/CPU Test_ONNX_layers.Quantized_Convolution/0, where GetParam() = NGRAPH/CPU Test_ONNX_layers.Quantized_Eltwise_Scalar/0, where GetParam() = NGRAPH/CPU Test_TFLite.EfficientDet_int8/0, where GetParam() = NGRAPH/CPU

Steps to reproduce

Enable the tests

Issue submission checklist

alexlyulkov commented 4 months ago

Test_ONNX_conformance.Layer_Test/test_mul_uint8_NGRAPH_CPU also doesn't work. Related to #25555