- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Is there OpenVINO support for HDDL-R on Ubuntu 18.04.2 LTS?
We followed the Installation guide :https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_linux_ivad_vpu.html
However,
1. Installation steps are available only for Ubuntu 16.04 version.
2. Same version of dependencies packages are not available on Ubuntu 18.04(also on synaptics) as mentioned in the instructions. So relative available packages were used :
libboost-program-options1.58.0 ==> libboost-program-options1.62.0
libboost-thread1.58.0 ==> libboost-thread1.62.0
libboost-filesystem1.58.0 ==> libboost-filesystem1.62-dev
libjson-c2 ==> libjson-c3
3. While installing the HDDL drivers using "sudo ./setup.sh install" (as mentioned in the instruction step 5), insmod: ERROR: could not insert module myd_vsc.ko: Operation not permitted error were observed.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Gabriel,
Officially OpenVINO supports Ubuntu 16.04 and not Ubuntu 18.04
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
We are glad to inform you that starting from OpenVINO 2019 R3 we have added support HDDL-R on Ubuntu 18.04
