RealSR icon indicating copy to clipboard operation
RealSR copied to clipboard

Issue in "loss/vgg.py"

Open xiaotrong opened this issue 4 years ago • 2 comments

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

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

xiaotrong avatar May 01 '20 02:05 xiaotrong

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

Alan-xw avatar May 06 '20 11:05 Alan-xw

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

Alan-xw avatar May 06 '20 11:05 Alan-xw