faster_rcnn icon indicating copy to clipboard operation
faster_rcnn copied to clipboard

matlab collapse RFCN ONLY CPU

Open xiaotian1986 opened this issue 8 years ago • 1 comments

Hi, when i run the main script_rfcn_demo(),my matlab is always collapse and the collapse main is : caffe_net = caffe.Net(rfcn_net_def, 'test'); self = caffe.get_net(varargin{:}); hNet = caffe_('get_net', model_file, phase_name); If someone encounter this? And how to fix it? Thank you very much!!!

xiaotian1986 avatar Dec 05 '16 09:12 xiaotian1986

I had a similar question that invalid caffe_.mex64. Do you compiled ShaoqingRen's caffe in cpu model?

chenzhi1992 avatar Dec 26 '16 03:12 chenzhi1992