rbgirshick/rcnn

Invalid mex file on windows 10

faizan94 opened this issue · 0 comments

I build it successfully on windows 10. But when I use it on matlab it is giving me this error. And it seemd no body has a solution on windows.

Mex file entry point is missing. Please check the (case-sensitive)
spelling of mexFunction (for C MEX-files), or the (case-insensitive)
spelling of MEXFUNCTION (for FORTRAN MEX-files).
Invalid MEX-file ‘…..\caffe.mexw64’

I am using build it using visual studio 2013, cuda 7.5 and windows 10. Followed this tutorial ..... seems to me that many have successfully run using it: https://initialneil.wordpress.com/2015/01/11/build-caffe-in-windows-with-visual-studio-2013-cuda-6-5-opencv-2-4-9/#comment-385.

can Anyone help me ?