Kai Guo
Kai Guo
I downloaded all the results (RealSR network and Bicubic interpolation) of Version 3 dataset from the shared link. I calculated the averaged PSNR values of these 100 test images for...
In the line 213~219 of "model/common.py": gaussian_down = self.Prdown(Gaussian_lists[-1]) Gaussian_lists.append(gaussian_down) size_lists.append(gaussian_down.size()[2:]) Gaussian_lists.append(gaussian_down) Lap = Gaussian_lists[-2]-self.PrUp(Gaussian_lists[-1],size_lists[-2]) Lap = lap.mul(1./255.) Laplacian_lists.append(Lap) I think the 2nd "Gaussian_lists.append(gaussian_down)" need to be commented, and replace...