安装环境:VirtualBox 操作系统:Ubuntu 16.04 Desktop
注:VirtualBox需要安装扩展包,后面需要用到USB3.0
安装步骤:
1、安装ubuntu,安装完毕后ubutu系统中切换镜像源,如切换成阿里云等,开始升级ubuntu
sudo apt-get update
sudo apt-get upgrade
2、 将pip更新到最新版本,这个步骤不是必须的,Movidius安装过程中一直会有pip版本过低的警告,不过好像没有影响
python2.* pip install –-upgrade pip
python3.* pip3 install --upgrade pip
3、更换pip的镜像源,在home文档中创建,不换镜像源,有时候会下载好久好久的
.pip/pip.conf
sudo gedit pip.conf
文件内容如下
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]trusted-host = mirrors.aliyun.com
3. 修改linux host,加入github相关的dns,这个不换又要等好久好久
sudo gedit /etc/hosts
参考了这个文章:4 参考官方例子开始安装
https://movidius.github.io/ncsdk/install.html
https://movidius.github.io/ncsdk/VirtualMachineConfig.html
如果ssd-cafe 下载时间过长,可以去建立这个文件夹,在计算机目录 opt\ssd-caffe,然后git一份在哪里
5 在VirtualBox下激活usb设备 movidius
这里有个坑,在启动ubuntu前,请不要插入movidius,等ubuntu启动以后,再插入
6 编译例子程序
用时两天,git如果不改hosts,经常下一半就断了