faster_rcnn
faster_rcnn copied to clipboard
matlab collapse RFCN ONLY CPU
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!!!
I had a similar question that invalid caffe_.mex64. Do you compiled ShaoqingRen's caffe in cpu model?