We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc8a94 commit cafa010Copy full SHA for cafa010
modules/dnn/perf/perf_net.cpp
@@ -222,6 +222,10 @@ PERF_TEST_P_(DNNTestNetwork, FastNeuralStyle_eccv16)
222
223
PERF_TEST_P_(DNNTestNetwork, Inception_v2_Faster_RCNN)
224
{
225
+#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2019010000)
226
+ if (backend == DNN_BACKEND_INFERENCE_ENGINE)
227
+ throw SkipTestException("Test is disabled in OpenVINO 2019R1");
228
+#endif
229
if (backend == DNN_BACKEND_HALIDE ||
230
(backend == DNN_BACKEND_INFERENCE_ENGINE && target != DNN_TARGET_CPU) ||
231
(backend == DNN_BACKEND_OPENCV && target == DNN_TARGET_OPENCL_FP16))
0 commit comments