windows10+matlab2014a+faster-rcnn


下载链接

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,就可以看到上图检测结果。

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





相关文章:

  • 2021-07-21
  • 2021-09-02
  • 2021-11-27
猜你喜欢
  • 2022-12-23
  • 2021-09-25
  • 2021-11-20
  • 2022-01-16
  • 2021-12-21
  • 2021-04-15
  • 2021-04-19
相关资源
相似解决方案