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

problems when using `res = vl_srmd_matlab(net, input)` #13

Open zeyuxiao1997 opened 5 years ago

zeyuxiao1997 commented 5 years ago

Demo_real_application_denoising_and_deblurring_color

----frog-----Super-Resolution-----

Undefined function or variable 'vl_argparse'. 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_real_application_denoising_and_deblurring_color (line 167) res = vl_srmd_matlab(net, input); % When use this, you should also set "useGPU = 0;" and comment "net = vl_simplenn_tidy(net);"

Zysty commented 4 years ago

I encountered the same problem. Have you solved it?

lkyee commented 4 years ago

https://github.com/cszn/SRMD/issues/4 add the function and you will solve it