lidq92 / CNNIQA

[unofficial] CVPR2014-Convolutional neural networks for no-reference image quality assessment
163 stars 39 forks source link

我是一个完全的新手 #22

Closed kyLiu97321 closed 4 years ago

kyLiu97321 commented 4 years ago

FileNotFoundError: [Errno 2] No such file or directory: '/data/databaserelease2/jp2k/img2.bmp 请问这是什么原因呢?

kyLiu97321 commented 4 years ago
给你代码,要吗? 刘楷贇

liuky97321@163.com | 签名由网易邮箱大师定制 在2020年6月2日 12:18,dongchenmiaonotifications@github.com 写道:

FileNotFoundError: [Errno 2] No such file or directory: '/data/databaserelease2/jp2k/img2.bmp 请问这是什么原因呢?

please speak english : )

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

kyLiu97321 commented 4 years ago
give you the demo 刘楷贇

liuky97321@163.com | 签名由网易邮箱大师定制 在2020年6月2日 12:18,dongchenmiaonotifications@github.com 写道:

FileNotFoundError: [Errno 2] No such file or directory: '/data/databaserelease2/jp2k/img2.bmp 请问这是什么原因呢?

please speak english : )

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

lidq92 commented 4 years ago

@kyLiu97321 参见 https://github.com/lidq92/CNNIQAplusplus/issues/3

再给你说具体点就是:LIVE数据集你下载在哪里了要在config.yaml那里指定路径,不是用我默认的文件路径。

建议:

  1. 你知道自己对Python不熟悉就可以去学习了解一下Python,这样最基本的报错自己就懂了。比如这个报错已经很明显了[Errno 2] No such file or directory.
  2. 从你出现这个报错可以知道,你没有看Readme。运行别人代码之前要看Readme,这是最起码的要求。而且如果是要做研究的,代码的具体细节和文章的具体细节都要深入去看。
  3. 是IQA研究方向的新手就多读读相关论文,然后找一些开源的代码了解一下别人是怎么实现论文细节的,这样才能进步。

祝好。