Skip to content

DNN: test_input_3d is failed on OpenVINO Windows builders #20534

@alalek

Description

@alalek

Nightly builds: 3.4 / 4.x

ERROR: test_input_3d (test_dnn.dnn_test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\build\3_4_openvino-win64\opencv\modules\dnn\misc\python\test\test_dnn.py", line 340, in test_input_3d
    real_output = net.forward()
error: Unknown C++ exception from OpenCV code

relates #20480


Problem is related to calling of setPreferableBackend() / setPreferableTarget() for the same network.
Test failure is workarounded in #20814 through using dedicated network instances.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions