VITA-Group / EnlightenGAN

[IEEE TIP] "EnlightenGAN: Deep Light Enhancement without Paired Supervision" by Yifan Jiang, Xinyu Gong, Ding Liu, Yu Cheng, Chen Fang, Xiaohui Shen, Jianchao Yang, Pan Zhou, Zhangyang Wang
Other
890 stars 198 forks source link

Output in testing mode #36

Closed alessandroTorresani closed 4 years ago

alessandroTorresani commented 4 years ago

Hi, thank for sharing this code. I was trying to execute the algorithm in testing mode using the pre-trained model provided by you. I prepared two folders, as described by you, and tried with 10 images. I got this output:

_process image... ['../test_dataset/testA/Img_Shutter_03-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter_06-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter_09-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter_12-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter_15-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter_18-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter_21-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter_24-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter_27-claheC.png'] process image... ['../test_dataset/testA/Img_Shutter30-claheC.png']

However, I can't find the processed images. Am I doing something wrong?

alessandroTorresani commented 4 years ago

Found them, sorry for bothering :)