cszn / SRMD

Learning a Single Convolutional Super-Resolution Network for Multiple Degradations (CVPR, 2018) (Matlab)
http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Learning_a_Single_CVPR_2018_paper.pdf
422 stars 80 forks source link

can not find vl_argparse in utilities #4

Closed lseiyjg closed 6 years ago

lseiyjg commented 6 years ago

ERROR in vl_nnSubP (line 5) opts = vl_argparse(opts, varargin, 'nonrecursive') ; ERROR in vl_srmd_matlab (line 36) res(i+1).x = vl_nnSubP(res(i).x, [],'scale',l.scale); ERROR in Demo_bicubic_degradation_SRMD (line 118) res = vl_srmd_matlab(net, input); % you should also set "useGPU = 0;" and comment "net = vl_simplenn_tidy(net);"

cszn commented 6 years ago

Add this function: https://github.com/vlfeat/matconvnet/blob/69133f9d24ae18e314cb6ce3610d0ec29f36727e/matlab/vl_argparse.m