hezhangsprinter / DCPDN

Densely Connected Pyramid Dehazing Network (CVPR'2018)
401 stars 112 forks source link

Hi, why the output is defferent with the image in your paper? #17

Closed JimWang97 closed 5 years ago

JimWang97 commented 6 years ago

I think it maybe related to the protrained model which you offer

hezhangsprinter commented 5 years ago

To reproduce the quantitative results shown in the paper, please save both generated and target using python demo.py into the .png format and then test using offline tool such as the PNSR and SSIM measurement in Python or Matlab. In addition, please use netG.train() for testing since the batch for training is 1.

JimWang97 commented 5 years ago

thanks