Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error - when running experiments/script_faster_rcnn_demo.m #27

Open
YingjieYin opened this issue Oct 27, 2015 · 1 comment
Open

Error - when running experiments/script_faster_rcnn_demo.m #27

YingjieYin opened this issue Oct 27, 2015 · 1 comment

Comments

@YingjieYin
Copy link

I tried to run "experiments/script_faster_rcnn_demo.m" as specified in the instruction, and my matlab stopped at "output_blobs = caffe_net.forward(net_inputs);" in " proposal_im_detect.m"
I get the following error

fast_rcnn startup done
GPU 1: free memory 12538343424
GPU 2: free memory 12552810496
Use GPU 2
错误使用 caffe_
glog check error, please check log and clear mex

出错 caffe.Blob/set_data (line 27)
caffe_('blob_set_data', self.hBlob_self, data);

出错 caffe.Net/forward (line 140)
self.blobs(self.inputs{n}).set_data(input_data{n});

出错 proposal_im_detect (line 23)
output_blobs = caffe_net.forward(net_inputs);

出错 script_faster_rcnn_demo (line 54)
[boxes, scores] = proposal_im_detect(proposal_detection_model.conf_proposal, rpn_net, im);

@abrams90
Copy link

any one solved this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants