-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image with lower psnr , appearing visually good #2
Comments
can u please tell me the reason, though esrgan has good results visually, but the psnr is low as compaired to psnr results |
Hey, @nan-rock. Higher PSNR dose not mean better visual quality but fidelity. |
okay .. and thanks for the code |
hey,i need your help. when i am using imresize_np() to generte set 14 low resolution images, my images are getting distorted.
|
Try np.clip() value to 0 - 255 before astype to uint8 |
thanks a lot sir. |
hello sir, is the result evaluated on y channel or RGB |
No description provided.
The text was updated successfully, but these errors were encountered: