Ubuntu16.04环境下安装caffe及运行faster-rcnn gpu 實現

来源:互联网 发布:雷蛇淘宝旗舰店 编辑:程序博客网 时间:2024/05/22 02:33

參考http://blog.csdn.net/zoro_lov3/article/details/60581174 主要參考  包括安裝顯卡驅動,cuda  cudnn      

參考http://blog.csdn.net/flygeda/article/details/78638824  安裝opencv3.1  ,修改配置文件,編譯faster cnn  錯誤 cudnn 換文件  參考


添加缺少的環境:

sudo pip install cython
sudo pip install easydict
sudo apt-get install python-opencv

sudo apt-get install python-yaml




訓練子的數據時  參考http://blog.csdn.net/sinat_30071459/article/details/51332084

會出現錯誤 

AttributeError: 'module' object has no attribute 'text_format'


改錯:
sudo pip install protobuf==2.6.0


阅读全文
0 0
原创粉丝点击