SRMD
SRMD copied to clipboard
Undefined function or variable 'vl_simplenn_tidy'
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?
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
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