faster_rcnn的使用(matlab+cuda+vs2013)
<1>下载faster-rcnn(https://github.com/ShaoqingRen/faster_rcnn)
<2>使用vs2013编译caffe得到matcaffe,并将得到的文件夹放置在faster-rcnn/external/文件夹下
然后按照链接:http://blog.csdn.net/sinat_30071459/article/details/50546891 进行操作
常见错误1:
错误使用 mex
LINK : fatal error LNK1181: 无法打开输入文件“nms_gpu_mex.o”
参考链接 http://www.ithao123.cn/content-10749151.html 就可以解决
显存大小的问题:
参考链接:http://www.bubuko.com/infodetail-1824657.html 就可以解决
posted on 2017-02-14 15:17 codeDog123 阅读(478) 评论(0) 编辑 收藏 举报