1.openvino安装配置步骤(https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_windows.html#Update-Path
)
注意点:整个安装过程最好在以管理员身份打开的cmd或anaconda prompt中进行(因为命令都是在c盘执行)
错误1 安装程序没找到python和gpu
在安装openvino过程会遇到这样的错误,不用管直接继续安装(电脑已经安装anaconda python 3.6),之后在cmd执行Configure the Model Optimizer命令的时候会找到python;要是不行就在上述网址的Optional Steps有配置python所在目录到环境变量;Optional Steps也有对于GPU的步骤,我能看到我的显卡是nvidia geforce gtx1050 Ti,缺少intel的显卡驱动。。。。所以还得安装下intel的显卡驱动。。。
错误2
install_prerequisites_onnx.bat
报错
python: can't open file 'C:\Program': [Errno 2] No such file or directory
WARNING: Package(s) not found: openvino
[ WARNING ] Could not find the Inference Engine Python API. Installing OpenVINO (TM) toolkit using pip
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Collecting openvino==2021.3
Downloading http://mirrors.aliyun.com/pypi/packages/a6/2b/ce362ba73c65c6a01c1c74c2fc7d8deb08db6e6f6a704879d9c65f6b50ff/openvino-2021.3.0-2774-cp36-cp36m-win_amd64.whl (20.6 MB)
|████████████████████████████████| 20.6 MB 133 kB/s
Requirement already satisfied: numpy>=1.16.3 in d:\anaconda3\envs\yad2k\lib\site-packages (from openvino==2021.3) (1.19.5)
Installing collected packages: openvino
Successfully installed openvino-2021.3.0
python: can't open file 'C:\Program': [Errno 2] No such file or directory
[ WARNING ] The installed OpenVINO (TM) toolkit version 2021.3 does not work as expected. Uninstalling...
Found existing installation: openvino 2021.3.0
Uninstalling openvino-2021.3.0:
Successfully uninstalled openvino-2021.3.0
[ WARNING ] Consider building the Inference Engine Python API from sources
*********************************************************************************