EDSR-PyTorch
EDSR-PyTorch copied to clipboard
I have some doubts about "if rot90: img = img.transpose(1, 0, 2)".
Dear Author I think the effect of this code is to fold the image diagonally instead of rotating it 90 degrees。
Yeah, you're right, it's a flip over diagonal, but I think it can be seen as a kind of 90 degrees rotation.