hbilen / WSDDN

Weakly Supervised Deep Detection Networks (CVPR 2016)
148 stars 53 forks source link

When run cnn_wsddn_demo meet the problem #10

Closed yanxp closed 6 years ago

yanxp commented 6 years ago

Error using vl_nnconv An input is not a numeric array (or GPU support not compiled).

Error in dagnn.Conv/forward (line 11) outputs{1} = vl_nnconv(...

Error in dagnn.Layer/forwardAdvanced (line 85) outputs = obj.forward(inputs, {net.params(par).value}) ;

Error in dagnn.DagNN/eval (line 88) obj.layers(l).block.forwardAdvanced(obj.layers(l)) ;

Error in cnn_wsddn_demo (line 98) net.eval(inputs) ;

hbilen commented 6 years ago

The problem might be that you didn't compile matconvnet.