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);
....
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
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.