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.
6403 Discussions

Inconsistent results between OpenVINO for Windows and Linux

fabda01
Beginner
806 Views

I installed OpenVINO 2020.3 for both Windows and Linux, then compiled the hello_classification sample to check the instalation.

The parameters for hello_classification are:

model: resnet-50-tf

image: cat.bmp

device: CPU

For convenience, I provide the files https://drive.google.com/drive/folders/1UvLBQuaiRK5A16m84GGxE5_1Jz8kTo5c?usp=sharing

 

The output for Windows is

Top 10 results:

Image cat.bmp

classid probability
------- -----------
754 0.2142971

540 0.1585525

859 0.1001580

905 0.0999501

906 0.0711121

808 0.0357422

78 0.0212184

704 0.0110239

717 0.0107170

784 0.0103809

 

But the output for Linux is

Top 10 results:

Image cat.bmp

classid probability
------- -----------

283 0.3173478

286 0.3094152

282 0.2304513

621 0.0268417

540 0.0189033

812 0.0108505

754 0.0065848

285 0.0064078

288 0.0053420

905 0.0048294

 

Which one is the correct output?

0 Kudos
5 Replies
IntelSupport
Moderator
769 Views

Hi Davi,


Thank you for reaching out to us. We are currently investigating this issue and will come back to you soon.


Regards,

Adli


0 Kudos
Adli
Moderator
711 Views

Hi Davi, 


Currently, we're still investigating this issue. Thank you for your patience.


Regards,

Adli


0 Kudos
Adli
Moderator
700 Views

Hi Davi,


Thank you for your patience. The root cause of this issue is due to the sample enables support for Unicode paths. Currently, we are looking for the right fix. For the time being, we suggest our users utilize another sample, for example, the 'classification_sample_async' sample. We also recommend our users to build a sample without the ENABLE_UNICODE_PATH_SUPPORT option. We apologize for the inconvenience.


Regards,

Adli


0 Kudos
Adli
Moderator
691 Views

Hi Davi,

 

A quick update to you. A fix for this issue has been implemented into the open-source OpenVINO master branch. The fix also should be available as a part of the Intel Distribution OpenVINO release soon. Feel free to test the sample demo. Thank you.

 

Regards,

Adli

 

0 Kudos
Adli
Moderator
673 Views

Hi Davi,


This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.


Regards,

Adli


0 Kudos
Reply