windows10+matlab2014a+faster-rcnn

来源:互联网 发布:ifconfig 修改mac 编辑:程序博客网 时间:2024/04/30 20:35



下载链接

https://github.com/ShaoqingRen/faster_rcnn


1

If you are using Windows, you may download a compiled mex file by running

 fetch_data/fetch_caffe_mex_windows_vs2013_cuda65.m

这是下载编译好的caffe。这里必须要你自己装的cuda6.5.不然等等build会报错。编译是VS2013.我默认的是vs2012

这里要在matlab选择一下

mex -setup


2

然后开始

faster_rcnn_build.m

我这里是vs2013+cuda6.5.没报错。没报错,么报错。美滋滋。(主要这里可能会报错,这是因为你的cuda版本和vs版本。当时用过7.0和12都是build出错了)

3

然后

startup.m

4

fetch_data/fetch_faster_rcnn_final_model.m

下载训练好的模型。


demo,就可以看到上图检测结果。

这里要注意路径报错之类的。





原创粉丝点击