Hi,
when can we expect openVino toolkit for ubuntu 18.04. Although i am able to install openvino in ubuntu 18.04 using this link
https://mail.google.com/mail/u/1/#inbox/FMfcgxvzKtTNBpffKfwvQvvhzcvRzQbW
but when I am running inference engine samples hello classification , I am getting error as Plugin MKLDNNPlugin cannot be loaded . I have set all the LD_LIBRARY_PATH as mentioned in the document.
Any help will be appreciated
Thanks
Ashish
链接已复制
I sort of made it to work, for atleast one example, I've written about it in the article below:
https://software.intel.com/en-us/articles/beyond-sensing-developing-up-squared-based-computer-vision-projects-i
Currently OpenVINO 2018 R3 may be used by either Ubuntu 18.04 or Debian 9 (with some sort oh hacks in install scripts and cmake configs) except the samples which require opencv_videoio.so. If you use it from OpenVINO package, it depends on Ubutnu 16.04 specific video staff:
libavcodec-ffmpeg.so.56
libavformat-ffmpeg.so.56
libavutil-ffmpeg.so.54
libswscale-ffmpeg.so.3
So to compile samples the OpenCV (3.3 or 3.4) should be recompiled with Intel configuration.
