cszn / IRCNN

Learning Deep CNN Denoiser Prior for Image Restoration (CVPR, 2017) (Matlab)
http://openaccess.thecvf.com/content_cvpr_2017/papers/Zhang_Learning_Deep_CNN_CVPR_2017_paper.pdf
589 stars 173 forks source link

Unable to open .mat files #26

Open eran-shahar opened 4 years ago

eran-shahar commented 4 years ago

Hello, I'm trying to run your code on my R2018b matlab on Windows 10. When I try to load one of your .mat files (e.g. 'Levin09.mat') I get the following error:

Error using load Unable to read MAT-file C:\Users...\kernels\Levin09.mat. Not a binary MAT-file. Try load -ASCII to read as text.

Nothing I do seems to help. Any idea how to solve this issue?

joshua-repo commented 4 years ago

Perhaps that file is coded in UTF-8 You can just save it as ASCII

------------------ 原始邮件 ------------------ 发件人: "Eran Shachar"<notifications@github.com>; 发送时间: 2020年6月15日(星期一) 晚上7:06 收件人: "cszn/IRCNN"<IRCNN@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [cszn/IRCNN] Unable to open .mat files (#26)

Hello, I'm trying to run your code on my R2018b matlab on Windows 10. When I try to load one of your .mat files (e.g. 'Levin09.mat') I get the following error:

Error using load Unable to read MAT-file C:\Users...\kernels\Levin09.mat. Not a binary MAT-file. Try load -ASCII to read as text.

Nothing I do seems to help. Any idea how to solve this issue?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.