Alan-xw / RealSR

[Unofficial implementation] Toward Real-World Single Image Super-Resolution: A New Benchmark and A New Model (ICCV 2019)
81 stars 11 forks source link

Issue in "loss/vgg.py" #4

Open xiaotrong opened 4 years ago

xiaotrong commented 4 years ago

self.sub_mean = common.MeanShift(rgb_range, vgg_mean, vgg_std)

I can't find Where the function "MeanShift" is.

Alan-xw commented 4 years ago

vgg.py comes from the src EDSR, you can find MeanShift function in model/common.py.

Alan-xw commented 4 years ago

I will also add MeanShift in common.py Thanks for your question~