Undefined function or variable 'caffe_'
Closed this issue · 1 comments
x65han commented
Finished installing everything. Trying to run demo_postrack
with Matlab. Got the following error. Any idea?
>> demo_posetrack
Undefined function or variable 'caffe_'.
Error in caffe.reset_all (line 5)
caffe_('reset');
Error in pt_cache_cnn_features (line 48)
caffe.reset_all();
Error in demo_posetrack (line 13)
pt_cache_cnn_features(3, 'test', start_index, num_videos, false);
umariqb commented
Is the path to caffe folder correct in config.m?