sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.42k stars 668 forks source link

What is the role of MeanShift? #295

Closed Cingwo closed 3 years ago

Cingwo commented 3 years ago

Hello, I'm a beginner in deep learning. I am confused about the MeanShift part in the EDSR network. What is the function of the MeanShift? Thanks for your reply!

Senwang98 commented 3 years ago

It maybe a conv which is used to extract shadow feature.