rcnn-depth icon indicating copy to clipboard operation
rcnn-depth copied to clipboard

matcaffe not cpmpatible with the current newest caffe?

Open daf11865 opened this issue 8 years ago • 4 comments

I've installed and built everything but when I run demo() in Matlab, it said function caffe('init',...) is undefined I checked caffe/matlab/+caffe. the usage seems to be caffe_('...',...). so I wonder if the version of caffe @s-gupta using is different with the current newest caffe, and what version should I use and download? plz

daf11865 avatar Jul 12 '16 02:07 daf11865

I checked e5cc609138a0bc4ce5177a67cf84952756d11b38 in caffe, and have the same problem. At the same time, I compiled the newest version caffe outside this dir, and make a soft link to replace the e5cc609138 one, but can not fix.

I noticed that the official tutorial uses the form of caffe.OPERATION(PARAMETER) rather than caffe('OPERATION',PARAMETER).

Anyone can fix this? THX!

BTW, when I did make test thing on the version of e5cc609138 , 4 errors happened. But I can compile caffe/python/matlab successful without any error.

jinyu121 avatar Dec 30 '16 02:12 jinyu121

Hi @jinyu121 I have the same problem. Have you been able to solve this?

manyaafonso avatar Aug 04 '17 13:08 manyaafonso

@manyaafonso ,Wow, half a year...

I think I gave up eventually. This version of caffe is tooo old. I tried to change these functions to the newer version, failed.

jinyu121 avatar Aug 05 '17 10:08 jinyu121

caffe版本问题导致这个错误,根据作者的readme可以找到需要的版本,或者谷歌caffe下载caffe-0.999

wangjiaod avatar Sep 14 '18 05:09 wangjiaod