尝试运行FASTER-RCNN,碰到Undefined function 'caffe_' 如何解决?

fast_rcnn startup done GPU 1: free memory 12392308736 Use GPU 1 Undefined f…
关注者
12
被浏览
4,367
登录后你可以
不限量看优质回答私信答主深度交流精彩内容一键收藏

来说一个我碰到的错误:

Undefined function 'caffe_' for input arguments of type 'char'.

Error in caffe.set_mode_cpu (line 5)

caffe_('set_mode_cpu');

Error in classification_demo (line 70)

caffe.set_mode_cpu();


情况是这样, 我在caffe/ 下编译的matcaffe,但是我在另外一个文件夹( caffe-recon-dec-master)下想使用matlab,就出现如上错误。

我将文件 caffe/matlab/+caffe/private/caffe_.mexa64 复制到 caffe-recon-dec-master/matlab/+caffe/private/下

就解决问题了