ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.7k stars 1.22k forks source link

Matlab crashs with Caffe #170

Open lucasozorio opened 7 years ago

lucasozorio commented 7 years ago

I'm trying to run the script_faster_rcnn_demo but matlab crashs on line 31 Caffe.init_log (fullfile (pwd, 'caffe_log'));

Initially I had a mexw64 error not found. So I tried to install Caffe and now Matlab simply crashes when I run that line.

I use Matlab 2015b, MSVS 2013 and Cuda 6.5

Can anybody help me? Do I have to give permission for the Matlab to use the Caffe, or where can I donwload and use the Caffe correctly?

Thanks !