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

About the input size and ouput size #11

Open
yinyiyu opened this issue Sep 24, 2021 · 3 comments
Open

About the input size and ouput size #11

yinyiyu opened this issue Sep 24, 2021 · 3 comments

Comments

@yinyiyu
Copy link

yinyiyu commented Sep 24, 2021

Hello, thank you for your excellent work. I noticed that in your code, the input and output of the model are all of the same size. Isn't this super resolution work? Why are the input and output the same?

@thangvubk
Copy link
Owner

The low resolution image is preprocessed by bicubic interpolation and then fed into the network. That is why the input and output of the model have same size.

@yinyiyu
Copy link
Author

yinyiyu commented Sep 24, 2021

Thank you for your answer. I also noticed that bilinear interpolation was first used as the input of the model. One more question, why the input and output are gray picture instead of RGB graphs?

@thangvubk
Copy link
Owner

because we evaluate PSNR on gray channel only to compare with other methods.

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

2 participants