fast-rcnn安装及例子执行中的问题(一)

推荐安装文章点击打开链接

1:问题:ImportError: No module named skimage.io

   解决:sudo pip install scikit-image
   接着出错:ImportError: No module named scipy
   再安装:sudo pip install scipy
   出错:error: library dfftpack has Fortran sources but no Fortran compiler found
   再安装:ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"  
      sudo apt-get install gfortran


  今天(原文半年之后)再次遇到,解决:

   前提是换源 

   sudo apt-get install python-skimage

2.问题: from google.protobuf.internal import enum_type_wrapper
               ImportError: No module named google.protobuf.internal
   解决:sudo pip install droneapi (must use sudo,and when it perform,it will auto install mavproxy next.)

   

    or you can look for this paper:https://github.com/dronekit/dronekit-python/issues/121

    and there is another people say this:http://www.cnblogs.com/taokongcn/p/4341290.html


3.问题:在尝试demo时出现错误(具体英文没有记,大概意思是说多少多少内存不够,或者直接出现“已杀死”的字样)

   解决:添加执行参数:./tools/demo.py --cpu --net caffenet
     原因:猜测是因为内存的原因导致caffe崩溃。
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值