Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

InferenceEngineUnitTests failure

OKI__HIdetaka
New Contributor I
259 Views

Hi,

I ran InferenceEngineUnitTests program generated by building from GitHub source and a couple of fails occur. This program is not included in OpenVINO binary package. I am wondering whether this issume should be resolved.  OpenVINO version is 2019 R1.1 and platform is x86_64 Xeon server.

The failure messages are :

--------

Running main() from gtest_main.cc
[==========] Running 2175 tests from 213 test cases.
[----------] Global test environment set-up.

<<snipped>>

[ RUN      ] NetworkBuilderTest.CheckPreProcessAlexNet

MEM_USAGE=253456KB
unknown file: Failure
C++ exception with description "No such parameter name 'tiles' for layer prob" thrown in the test body.
[  FAILED  ] NetworkBuilderTest.CheckPreProcessAlexNet (1167 ms)

<<snipped>>

[ RUN      ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/0

MEM_USAGE=3043492KB
[       OK ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/0 (18 ms)
[ RUN      ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/1

MEM_USAGE=3043492KB
/home/foo/dldt_x86_64/dldt/inference-engine/tests/unit/engines/mkldnn/graph/layers/internal/graph_lrn_test.cpp:163: Failure
      Expected: 3
To be equal to: nodes.size()
      Which is: 5
[  FAILED  ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/1, where GetParam() = 96-byte object <01-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00 E4-00 00-00 00-00 00-00 E4-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 17-B7 D1-38 00-00 40-3F 01-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 00-01 00-00 30-20 30-30 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00> (1 ms)
[----------] 2 tests from TestsLrn/MKLDNNGraphLrnTests (19 ms total)

<<snipped>>

[----------] Global test environment tear-down
[==========] 2175 tests from 213 test cases ran. (60233 ms total)
[  PASSED  ] 2173 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] NetworkBuilderTest.CheckPreProcessAlexNet
[  FAILED  ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/1, where GetParam() = 96-byte object <01-00 00-00 00-00 00-00 10-00 00-00 00-00 00-00 E4-00 00-00 00-00 00-00 E4-00 00-00 00-00 00-00 05-00 00-00 00-00 00-00 17-B7 D1-38 00-00 40-3F 01-00 00-00 00-00 00-00 03-00 00-00 00-00 00-00 00-01 00-00 30-20 30-30 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00>

 2 FAILED TESTS
  YOU HAVE 28 DISABLED TESTS

--------

Regards,

0 Kudos
3 Replies
Shubha_R_Intel
Employee
259 Views

Dear OKI, HIdetaka,

R2 is a little bit delayed on https://github.com/opencv/dldt but don't worry, it will come soon.

Can you try again when R2 is available ? If it's still a problem, please report it on github issues and we will certainly take a look !

Sincerely,

Shubha

 

 

0 Kudos
OKI__HIdetaka
New Contributor I
259 Views

Hi,

I ran InferenceEngineUnitTests on R2 and errors were fixed as following.

BTW, "-D TESTS_ENABLE=ON" for cmake is needed to build InferenceEngineUnitTests on R2.

Best Regards,

--------

Running main() from gtest_main.cc
[==========] Running 2076 tests from 196 test cases.
[----------] Global test environment set-up.

<< snipped >>

[ RUN      ] NetworkBuilderTest.CheckPreProcessAlexNet

MEM_USAGE=93004KB
[       OK ] NetworkBuilderTest.CheckPreProcessAlexNet (1169 ms)

<< snipped >>

[----------] 2 tests from TestsLrn/MKLDNNGraphLrnTests
[ RUN      ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/0

MEM_USAGE=3069752KB
[       OK ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/0 (19 ms)
[ RUN      ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/1

MEM_USAGE=3069752KB
[       OK ] TestsLrn/MKLDNNGraphLrnTests.TestsLrn/1 (96 ms)
[----------] 2 tests from TestsLrn/MKLDNNGraphLrnTests (115 ms total)

<< snipped >>

[----------] Global test environment tear-down
[==========] 2076 tests from 196 test cases ran. (68094 ms total)
[  PASSED  ] 2076 tests.

  YOU HAVE 44 DISABLED TESTS

--------

0 Kudos
Shubha_R_Intel
Employee
259 Views

Dear OKI, HIdetaka,

Fantastic ! Glad to hear of your success and thanks for reporting back to the OpenVino community !

Shubha

 

0 Kudos
Reply