SRMD icon indicating copy to clipboard operation
SRMD copied to clipboard

Undefined function or variable 'vl_simplenn_tidy'

Open akafen opened this issue 6 years ago • 2 comments

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?

akafen avatar Jan 07 '18 06:01 akafen

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

cszn avatar Jan 07 '18 07:01 cszn

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

PooyanRezaeipour avatar Oct 06 '23 20:10 PooyanRezaeipour