-
Notifications
You must be signed in to change notification settings - Fork 124
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
PSNR calculation #5
Comments
Exactly, I agree with this! |
I modified the program code and calculating PSNR between ground truth and predicted image. Then I used the best results of 400 training epoch. The reconstruction results seems OK, but the PSNR is very low(about 5dB). What's the problem? |
I encountered the same problem. I trained on my dataset and directly trained RGB images. The effect was very poor, worse than Bicubic. Have you solved this problem? |
大佬,你是怎么修改的?将GT图像转换为YCBCR空间再提取Y通道吗? |
Hi,
How come you are calculating PSNR between the bicubic image and predicted image? Shouldn't it be the PSNR between ground truth and predicted?
The text was updated successfully, but these errors were encountered: