-
Notifications
You must be signed in to change notification settings - Fork 15
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
experiment result #2
Comments
hi @yinhaibin |
What's the reason for the big difference between the results of PSNR and those in the paper?Now, the results of the most star reappearance network in gitub are far lower than the PSNR results in the original paper! I am very confused! |
The two methods show different PSNR values, your PSNR is high, and the other performs poorly. I commented out the following code of make_sub_data to complete the other method. if not config.is_train:
input_ = imread(data[i])
input_ = input_ / 255.0
sub_input_sequence.append(input_)
return sub_input_sequence, sub_label_sequence |
hello, i used your codebase to do some experiment, however, i got a poor PSNR. Have you got a PSNR as the paper presented? thanks!
The text was updated successfully, but these errors were encountered: