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

Undefined function or variable 'vl_simplenn_tidy' #1

Open akafen opened 6 years ago

akafen commented 6 years ago

When I used the function Demo_bicubic_degradation_SRMD,it had the following message: Undefined function or variable 'vl_simplenn_tidy'. Error in Demo_bicubic_degradation_SRMD (line 59) net = vl_simplenn_tidy(net); Could you help me to solve it?

cszn commented 6 years ago

The function "vl_simplenn_tidy" is included in Matconvnet, so you should install Matconvnet first.

You can also test the model without Matconvnet by using the following but with much slower speed. https://github.com/cszn/SRMD/blob/f7f292833d313f146520b77441f74e1c689cccd7/Demo_bicubic_degradation_SRMD.m#L118

PooyanRezaeipour commented 9 months ago

The function "vl_simplenn_tidy" is included in Matconvnet, so you should install Matconvnet first.

You can also test the model without Matconvnet by using the following but with much slower speed.

https://github.com/cszn/SRMD/blob/f7f292833d313f146520b77441f74e1c689cccd7/Demo_bicubic_degradation_SRMD.m#L118

thank you very much