hezhangsprinter / DCPDN

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

What is the exact value of sizePatchGAN? #24

Closed frankgwo closed 5 years ago

frankgwo commented 5 years ago

Hi! I notice that when you define the netD in dehaze22.py, your annotation at line 150 says sizePatchGAN=30. However, in train.py, you firstly set sizePatchGAN = 30 at line 168 but later at line 258 you set sizePatchGAN=62. I cannot get your point of doing these manipulations, and I wonder which is the one that you used in your paper? Thank you in advance!

hezhangsprinter commented 5 years ago

It depends on your input image size.