JiahuiYu / wdsr_ntire2018

Code of our winning entry to NTIRE super-resolution challenge, CVPR 2018
http://www.vision.ee.ethz.ch/ntire18/
598 stars 123 forks source link

What does this do? x = (x - self.rgb_mean.cuda()*255)/127.5 #40

Closed zhuwanling closed 5 years ago

JiahuiYu commented 5 years ago

@zhuwanling Hi, thanks for your interest in our work first.

That is data normalization.