Li-Chongyi / Zero-DCE

Zero-DCE code and model
774 stars 187 forks source link

the size of input images #29

Open zhuozhongshuo opened 2 years ago

zhuozhongshuo commented 2 years ago

hi, thanks for your interesting work. And I have 3 problems:

thanks.

Li-Chongyi commented 2 years ago

Hi,

  1. It doesn't matter whether using 256256 or 512512 for training. Our method is non-reference-based learning. So, you can achieve similar results.
  2. It is common to use different sizes for training and testing if you use a full convolution network.
  3. we used 512*512 to train our model.
zhuozhongshuo commented 2 years ago

Hi,

  1. It doesn't matter whether using 256_256 or 512_512 for training. Our method is non-reference-based learning. So, you can achieve similar results.
  2. It is common to use different sizes for training and testing if you use a full convolution network.
  3. we used 512*512 to train our model.

thanks for your rapidly repsponse.