Skip to content
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

Open
yinhaibin opened this issue Jan 21, 2018 · 3 comments
Open

experiment result #2

yinhaibin opened this issue Jan 21, 2018 · 3 comments

Comments

@yinhaibin
Copy link

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!

@kweisamx
Copy link
Owner

kweisamx commented Jan 23, 2018

hi @yinhaibin
Because I use this for some production, so the test I scale up the image directly
If you want to test the PSNR, you need to scale down the image then use network to scale up,
it just can be calculate the PSRN.

@FBLeee
Copy link

FBLeee commented Jan 5, 2021

hi @yinhaibin
Because I use this for some production, so the test I scale up the image directly
If you want to test the PSNR, you need to scale down the image then use network to scale up,
it just can be calculate the PSRN.

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!

@zhangcheng-007
Copy link

hi @yinhaibin
Because I use this for some production, so the test I scale up the image directly
If you want to test the PSNR, you need to scale down the image then use network to scale up,
it just can be calculate the PSRN.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants