flyywh / CVPR-2020-Semi-Low-Light

152 stars 23 forks source link

你好请问stage2里lowlighttest.py里的四个文件夹放的分别是什么数据呀,谢谢~ #6

Closed meihao5631 closed 3 years ago

flyywh commented 3 years ago

More details can be seen in the Detailed Guidance.

Trueman1997 commented 3 years ago

你好请问解决了吗,如果只做测试的话lowlighttest.py对应的四个数据文件夹应该放什么数据呀?

flyywh commented 3 years ago
    self.dir_hr = os.path.join(self.apath, 'Low_real_test_2_rs')
    self.dir_lr = os.path.join(self.apath, 'Low_real_test_2_rs')
    self.dir_hq = os.path.join(self.apath, 'AVA_good_2')
    self.dir_lrr = os.path.join(self.apath, 'Low_real_test_2_rs')

Please put the testing images in Low_real_test_2_rs and any other images in AVA_good_2. Please raise a new issue when you have the problem. It is quite confusing to still update the closed one.