You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that in the test_pasy.py, the rscale=1, and in the end, image = image.resize((ori_widthrscale, ori_heightrscale)), which means the output image's width and height are the same as the original image, so will this be the super-resolution task?
The text was updated successfully, but these errors were encountered:
Noticed that in the test_pasy.py, the rscale=1, and in the end, image = image.resize((ori_widthrscale, ori_heightrscale)), which means the output image's width and height are the same as the original image, so will this be the super-resolution task?
The text was updated successfully, but these errors were encountered: