Skip to content

dnn: OpenVINO 2019R3#15626

Merged
opencv-pushbot merged 2 commits intoopencv:3.4from
alalek:dnn_openvino_2019r3
Oct 4, 2019
Merged

dnn: OpenVINO 2019R3#15626
opencv-pushbot merged 2 commits intoopencv:3.4from
alalek:dnn_openvino_2019r3

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Oct 2, 2019

force_builders=Custom,Custom Win,Custom Mac,Linux AVX2
build_image:Custom=ubuntu-openvino-2019r3.0:16.04
build_image:Custom Win=openvino-2019r3.0
build_image:Custom Mac=openvino-2019r3.0

test_modules:Custom=dnn,python2,python3,java
test_modules:Custom Win=dnn,python2,python3,java
test_modules:Custom Mac=dnn,python2,python3,java

buildworker:Custom=linux-1
test_opencl:Custom=OFF
test_bigdata:Custom=1
test_filter:Custom=*

test_opencl:Custom Win=OFF

ci_branch:Linux AVX2=no-checks
build_image:Linux AVX2=ubuntu-openvino-2019r3.0:16.04
buildworker:Linux AVX2=linux-2
test_opencl:Linux AVX2=OFF
test_bigdata:Linux AVX2=1
test_filter:Linux AVX2=*

allow_multiple_commits=1

@dkurt
Copy link
Copy Markdown
Member

dkurt commented Oct 4, 2019

Please skip the following tests for MyriadX:

TEST_P(Test_ONNX_nets, CaffeNet)
{
    applyTestTag(target == DNN_TARGET_CPU ? CV_TEST_TAG_MEMORY_512MB : CV_TEST_TAG_MEMORY_1GB);
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2019030000)
    if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_MYRIAD &&
        getInferenceEngineVPUType() == CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_X)
        applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD_X);
#endif
    testONNXModels("caffenet", pb);
}

TEST_P(Test_ONNX_nets, RCNN_ILSVRC13)
{
    applyTestTag(target == DNN_TARGET_CPU ? CV_TEST_TAG_MEMORY_512MB : CV_TEST_TAG_MEMORY_1GB);
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2019030000)
    if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_MYRIAD &&
        getInferenceEngineVPUType() == CV_DNN_INFERENCE_ENGINE_VPU_TYPE_MYRIAD_X)
        applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD_X);
#endif
    // Reference output values are in range [-4.992, -1.161]
    testONNXModels("rcnn_ilsvrc13", pb, 0.0045);
}

Copy link
Copy Markdown
Member

@dkurt dkurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks!

@dkurt dkurt self-assigned this Oct 4, 2019
@opencv-pushbot opencv-pushbot merged commit fd11e3a into opencv:3.4 Oct 4, 2019
@alalek alalek mentioned this pull request Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants