faster_rcnn
faster_rcnn copied to clipboard
when run script_faster_rcnn_demo.m, matlab collapse
when run script_faster_rcnn_demo.m, no gpu used, for fast_rcnn_net = caffe.Net(...),run hNet = caffe_(...), matlab collapse,no error message.
Can anyone give me a clue about how to solve this issue? Thanks
i use Microsoft caffe for compile。This error was detected while a MEX-file was running. If the MEX-file is not an official MathWorks function, please examine its source code for errors. Please consult the External Interfaces Guide for information on debugging MEX-files.
I met the same error with you, do you fix it?
the same error, when run at "fast_rcnn_net = caffe.Net(proposal_detection_model.detection_net_def, 'test');", then crashed,do you have solved? it may be a crucial problem!
Does anyone know how to fix it? I have the same problem...
I also have the same problem.