RealSR
RealSR copied to clipboard
Issue in "loss/vgg.py"
self.sub_mean = common.MeanShift(rgb_range, vgg_mean, vgg_std)
I can't find Where the function "MeanShift" is.
vgg.py
comes from the src EDSR, you can find MeanShift function in model/common.py.
I will also add MeanShift in common.py
Thanks for your question~