zhaoweicai / cascade-rcnn

Caffe implementation of multiple popular object detection frameworks
1.04k stars 293 forks source link

MATLAB is exiting because of fatal error Killed #52

Open liuyiyiyiyi opened 6 years ago

liuyiyiyiyi commented 6 years ago

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.

If this problem is reproducible, please submit a Service Request via: http://www.mathworks.com/support/contact_us/

A technical support engineer might contact you with further information.

Thank you for your help. This crash report has been saved to disk as /home/liusisi/matlab_crash_dump.7694-1

MATLAB is exiting because of fatal error Killed Makefile:540: recipe for target 'mattest' failed make: *** [mattest] Error 137 when I run the 26th lines of code in the "run_cascadercnn_coco.m",this error is made. 当用matlab运行测试模型时,一进入到第26行的代码net = caffe.Net(definition_file, binary_file, 'test')就会报上述错误,在make mattest时也会报这个错误。