peiyunh / tiny

Tiny Face Detector, CVPR 2017
https://cs.cmu.edu/~peiyunh/tiny
Other
1.13k stars 320 forks source link

error when trying to run the demo selfe demo photo #52

Closed Abd2z closed 6 years ago

Abd2z commented 7 years ago

Thank you very much for your sharing the code. I tried to run the code but got the following error when trying to run the demo on worlds largest selfie: Warning: Name is nonexistent or not a directory: toolbox\export_fig

In path (line 109) In addpath (line 88) In tiny_face_detector (line 45) Loading pretrained detector model... Processing data/demo/selfie.jpg at scale 0.031250. Attempt to execute SCRIPT vl_nnconv as a function: D:\MATLAB\tiny\matconvnet\matlab\vl_nnconv.m

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 91) obj.layers(l).block.forwardAdvanced(obj.layers(l)) ;

Error in tiny_face_detector (line 130) net.eval(inputs); ....

appreciating your feed back

Thank you.

peiyunh commented 6 years ago

Looks like an issue of `export_fig'. Did you clone the repo with --recursive?