faster_rcnn icon indicating copy to clipboard operation
faster_rcnn copied to clipboard

matlab can not find caffe_.mex

Open tangyc opened this issue 8 years ago • 10 comments

when i run script_faster_rcnn_demo.m in matlab , error occured like that: Invalid MEX-file 'flles...\caffe_.mexw64': 找不到指定的模块. but the caffe mex file is there, i download the caffe mex from baidu yunpan following the dirctory from readme file , i didnt know what is going wrong .

tangyc avatar Oct 27 '15 13:10 tangyc

I got the same error. I complied my own caffe_.mexw64 file, but with the same error. any one can help? @tangyc have you fix it out?

s0302102 avatar Nov 25 '15 08:11 s0302102

try latest version MATLAB, it maybe solved.

tangyc avatar Mar 16 '16 01:03 tangyc

I use Matlab 2014b,but it cannot be solved. @tangyc

s0302102 avatar Mar 16 '16 03:03 s0302102

I also ran into the error: Invalid MEX-file 'faster_rcnn/experiments/external/caffe/matlab/+caffe/private/caffe_.mexa64': libcudart.so.6.5: cannot open shared object file: No such file or directory

Does anyone solved this problem? @tangyc @s0302102

sepidehhosseinzadeh avatar Mar 31 '16 22:03 sepidehhosseinzadeh

I use Window 10 、Matlab R2016a, vs2013, detail like this,

环境 版本
Window 10 Version 10.0.10240
Matlab R2016a
Visual Studio 2013 [Ultimate] Update 5
NVIDIA CUDA 7.5.18_WIN10
OpenCV 2.4.9
Boost 1.61.0

Fllow the step Caffe for Faster R-CNN,I have successfully compiled caffe_.mexw64 ,and Copy all files in .\x64\Release_Mex to faster_rcnn-master\external\caffe\matlab\caffe_faster_rcnn,

than I also got the problem,is anybody have solved this ?

apart from this,I also want to know

1. is caffe_.mexw64 works with the specific CUDA version and your GPU card ? 2. some poor nVidia GPU card can run this program in GPU mode like GeForce GT 640, NVIDIA Quadro K2200 ?

thanks!

mindcont avatar Jun 25 '16 03:06 mindcont

I have cuda 7.5, win 7, vs 2013 and matlab 2016a. I get the same problem. I am stuck with the problem. It seems that many people have this problem. Not sure whether the code only support cuda 6.5 under windows.

ch237 avatar Jun 27 '16 21:06 ch237

Removing Cuda 7.5 and installing 6.5 solved this error for me.

sophiabano avatar Aug 09 '16 11:08 sophiabano

there is a cuda7.5 version in the rfcn github, i download it and set tu cpu mode and it works...

jacobunderlinebenseal avatar Dec 15 '16 03:12 jacobunderlinebenseal

I have the same problem ,and I solved it finally! Cuda7.5+windows7+matlab2014a+Geforce GT705 Only if you build the caffe_mex as the instructions https://github.com/ShaoqingRen/caffe/tree/faster-R-CNN described, it will be succeed! Of course, the library and include in .sln file is a few trouble!

taojianggit avatar Mar 10 '17 08:03 taojianggit

thx a lot

i just have an GTX1070 and i m poor, thx anyway


发件人: jiangtao [email protected] 发送时间: 2017年3月10日 16:09:56 收件人: ShaoqingRen/faster_rcnn 抄送: jacobunderlinebenseal; Comment 主题: Re: [ShaoqingRen/faster_rcnn] matlab can not find caffe_.mex (#29)

I have the same problem ,and I solved it finally! Cuda7.5+windows7+matlab2014a+Geforce GT705 Only if you build the caffe_mex as the instructions https://github.com/ShaoqingRen/caffe/tree/faster-R-CNN described, it will be succeed! Of course, the library and include in .sln file is a few trouble!

― You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/ShaoqingRen/faster_rcnn/issues/29#issuecomment-285604701, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AVC6Od7RvXLjlrr1v8PIYAJbxkc5Bt73ks5rkQVUgaJpZM4GWdr5.

jacobunderlinebenseal avatar Apr 28 '17 02:04 jacobunderlinebenseal