- 安装环境
OpenCV 3.4 or higher(不需要,openvino安装时自带)
GNU Compiler Collection (GCC)* 3.4 or higher(ubuntu16.04版本默认为5.04)
CMake* 2.8 or higher
安装参考链接https://blog.csdn.net/azzuri/article/details/105218330Python* 3.5 or higher
安装参考链接https://blog.csdn.net/azzuri/article/details/105220095 - 下载链接
版本:2020 1(版本变化太快,根据自己需求选择下载)
官网:https://registrationcenter.intel.com/en/products/postregistration/?sn=CCBP-C8SW8TKK&EmailID=azzuri10%40163.com&Sequence=2522911&dnld=t
百度云:链接:https://pan.baidu.com/s/1bhKMfMe3uCJEZG58EC7INA 提取码:ivrd
- 配置安装请参考官网教程
配置之前建议先换源(ubuntu版本不一样的请注意换源内容)
参考链接:https://blog.csdn.net/dty306034831/article/details/79188808
其中配置网络支持的时候(如下图所示的步骤),

如果出现下载速度过慢导致的错误,建议修改:gedit install_prerequisites.sh

验证的时候报错:
[ ERROR ]
Detected not satisfied dependencies:
protobuf: not installed, required: == 3.6.1
Please install required versions of components or use install_prerequisites script

安装相应版本 pip install protobuf==3.6.1
重新执行成功!


本文详细介绍了在Ubuntu环境下安装和配置OpenVINO的步骤,包括必要的依赖环境如GCC、CMake、Python等的版本要求,提供了官方及社区资源链接,解决安装过程中可能遇到的问题如protobuf版本冲突。

242

被折叠的 条评论
为什么被折叠?



