目录
系统要求
开发平台
处理器
第6代至第8代Intel®Core™和Intel®Xeon®处理器
兼容的操作系统
- Ubuntu * 16.04.3 LTS(64位)
- Windows®10(64位)
- CentOS * 7.4(64位)
- macOS * 10.13,10.14(64位)
Linux构建环境需要以下组件:
- OpenCV 3.4或更高版本
- GNU编译器集合(GCC)* 3.4或更高版本
- CMake * 2.8或更高
- Python * 3.5或更高版本
详细的环境需求可以看这里,我的实验环境是:
CPU:i5-8500
Ubuntu * 16.04 LTS (64位)
Intel® NCS 2
opencv 4.1
安装 OpenVINO™ 工具包
下载合适的 OpenVINO工具包,下载需要注册账户,下面以2019R1.1为例,输入以下命令
tar -zxvf l_openvino_toolkit_p_2019.1.144.tgz
cd l_openvino_toolkit_p_2019.1.144
sudo -E ./install_openvino_dependencise.sh
./install_GUI.sh
*如果更新失败的话可以将 install_GUI.sh 中的 sudo -E apt uopdate 注释掉
然后一直Next就行
配置 Intel® NCS 2 的USB驱动
Linux上的 USB 驱动必须配置为 Intel® NCS ,在终端下输入以下命令
source ~/intel/openvino/bin/setupvars.sh
cd ~/intel/openvino/install_dependencies
./install_NCS_udev_rules.sh
测试安装
将 神经计算棒 插入到计算机上的USB端口,然后在命令窗口输入以下命令
cd ~/intel/openvino/deployment_tools/demo
./demo_security_barrier_camera.sh -d MYRIAD
输入 -d MYRIAD 使用了神经计算棒,没输入该命令将使用CPU上的集成显卡计算(如果显示update失败可以将demo_security_barrier_camera.sh里的 sudo -E apt update 注释掉)
Further reading and experimentations
- Complete OpenVINO™ toolkit Installation Guides for Linux, Windows, and Raspbian
- Other OpenVINO™ toolkit code samples
- OpenVINO™ toolkit Open Model Zoo
- Migrate NCSDK Applications to OpenVINO™ toolkit
- Optimize Networks for the Intel® Neural Compute Stick (Intel® NCS 2) Device
- Community Forum and Technical Support