The-Learning-And-Vision-Atelier-LAVA / SMSR

[CVPR 2021] Exploring Sparsity in Image Super-Resolution for Efficient Inference
237 stars 30 forks source link

FileNotFoundError: No such file: 'E:\GoogleDownload\DIV2K\LR_bicubic\X3\0001.png' #2

Open ymtupup opened 3 years ago

ymtupup commented 3 years ago

image

image 这是要挨个改图片的名字吗,还是那里有问题,请作者帮忙看一下,谢谢

LongguangWang commented 3 years ago

@ymtupup 你好,感谢对我们工作的关注。 报错应该是LR图片命名方式的问题。可以用matlab重新生成一次LR图片,并在保存图片时去掉命名中最后的'x3';或者根据你现在的命名方式,可以将这一行代码改成self.dir_lr, 'X{}/{}x3{}'.format(int(s), filename, self.ext[1])应该也可以解决这一问题。

ymtupup commented 3 years ago

谢谢您,王老师,感谢您的答疑。现在问题已经解决。目前我是刚开始学习超分辨的内容,请问该从什么地方入手,打好基础呢。您可否推荐几篇论文,或者书籍作为参考呢,感谢您!!!

------------------ 原始邮件 ------------------ 发件人: "LongguangWang/SMSR" @.>; 发送时间: 2021年5月13日(星期四) 下午5:00 @.>; @.**@.>; 主题: Re: [LongguangWang/SMSR] FileNotFoundError: No such file: 'E:\GoogleDownload\DIV2K\LR_bicubic\X3\0001.png' (#2)

@ymtupup 你好,感谢对我们工作的关注。 报错应该是LR图片命名方式的问题。可以用matlab重新生成一次LR图片,并在保存图片时去掉命名中最后的'x3';或者根据你现在的命名方式,可以将这一行代码改成self.dir_lr, 'X{}/{}x3{}'.format(int(s), filename, self.ext[1])应该也可以解决这一问题。

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

LongguangWang commented 3 years ago

@ymtupup 同学你好,我目前也是个博士生。可以考虑从最近的一些综述文章入手,了解超分辨领域近期的发展情况。

[1] Deep Learning for Image Super-resolution: A Survey, TPAMI 2019. [2] Video Super Resolution Based on Deep Learning: A comprehensive survey, arXiv 2020