Open namemzy opened 5 years ago
未定义函数或变量 'vl_nnconv'。
出错 dagnn.Conv/forward (line 11) outputs{1} = vl_nnconv(...
出错 dagnn.Layer/forwardAdvanced (line 85) outputs = obj.forward(inputs, {net.params(par).value}) ;
出错 dagnn.DagNN/eval (line 91) obj.layers(l).block.forwardAdvanced(obj.layers(l)) ;
出错 get_subwindow_feature (line 37) net_feat.eval({'input',gpuArray(patch_sw)});
出错 tadt_tracking (line 63) feat_groups = get_subwindow_feature(net_feat, img, sw_location, input_sz, feat_layer);
出错 Demo_TADT (line 24) [result, fps]=tadt_tracking(seq_info.img_list, seq_info.gt(1,:), vgg16_model_path, display);
I guess the Matlab does not find the funciton 'vl_nnconv'. You may first compile the MatConvNet on your PC.
未定义函数或变量 'vl_nnconv'。
出错 dagnn.Conv/forward (line 11) outputs{1} = vl_nnconv(...
出错 dagnn.Layer/forwardAdvanced (line 85) outputs = obj.forward(inputs, {net.params(par).value}) ;
出错 dagnn.DagNN/eval (line 91) obj.layers(l).block.forwardAdvanced(obj.layers(l)) ;
出错 get_subwindow_feature (line 37) net_feat.eval({'input',gpuArray(patch_sw)});
出错 tadt_tracking (line 63) feat_groups = get_subwindow_feature(net_feat, img, sw_location, input_sz, feat_layer);
出错 Demo_TADT (line 24) [result, fps]=tadt_tracking(seq_info.img_list, seq_info.gt(1,:), vgg16_model_path, display);