Open HyunmokMoon opened 7 years ago
Hello,
I run CPM_demo.m in matlab. I have this error message.
You set your caffe in caffePath.cfg at: ../caffe/matlab/ Undefined function or variable 'caffe_'.
Error in caffe.resetall (line 5) caffe('reset');
Error in config (line 34) caffe.reset_all();
Error in CPM_demo (line 10) param = config();
How can fix this error? I want to run this code in matlab.
I found caffe_.cpp file in /caffe/matlab/+caffe/private/ I'm a newbie in matlab. I need help.
Thank you.
Hello,
I run CPM_demo.m in matlab. I have this error message.
You set your caffe in caffePath.cfg at: ../caffe/matlab/ Undefined function or variable 'caffe_'.
Error in caffe.resetall (line 5) caffe('reset');
Error in config (line 34) caffe.reset_all();
Error in CPM_demo (line 10) param = config();
How can fix this error? I want to run this code in matlab.
I found caffe_.cpp file in /caffe/matlab/+caffe/private/ I'm a newbie in matlab. I need help.
Thank you.