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 data imgsize #3

Open
dzz416 opened this issue Nov 16, 2021 · 6 comments
Open

about the data imgsize #3

dzz416 opened this issue Nov 16, 2021 · 6 comments

Comments

@dzz416
Copy link

dzz416 commented Nov 16, 2021

Sorry, I don’t understand very well. Why are the LR and HR images the same size? If I want to use your data to train a super-resolution network, I should enter a small LR and a large HR. How can I get a small LR in the real world?

@IanYeung
Copy link
Owner

Sorry, I don’t understand very well. Why are the LR and HR images the same size? If I want to use your data to train a super-resolution network, I should enter a small LR and a large HR. How can I get a small LR in the real world?

Similar dataset construction methods could be adopted. But you may need to modify the registration algorithm. Or you can try directly downsample the current LR.

@dzz416
Copy link
Author

dzz416 commented Nov 16, 2021

Sorry, I don’t understand very well. Why are the LR and HR images the same size? If I want to use your data to train a super-resolution network, I should enter a small LR and a large HR. How can I get a small LR in the real world?

Similar dataset construction methods could be adopted. But you may need to modify the registration algorithm. Or you can try directly downsample the current LR.

Logically speaking, the size of the LR obtained by shooting should be small. Did you upsample it or downsample the HR? Why do you do that?

@IanYeung
Copy link
Owner

Sorry, I don’t understand very well. Why are the LR and HR images the same size? If I want to use your data to train a super-resolution network, I should enter a small LR and a large HR. How can I get a small LR in the real world?

Similar dataset construction methods could be adopted. But you may need to modify the registration algorithm. Or you can try directly downsample the current LR.

Logically speaking, the size of the LR obtained by shooting should be small. Did you upsample it or downsample the HR? Why do you do that?

Yes, traditionally super-resolution will increase pixels, in our case, maybe it is more closer to "digital zooming". The LR and HR have the same size because we adopt the registration algorithm in RealSR.

@dzz416
Copy link
Author

dzz416 commented Nov 16, 2021

Sorry, I don’t understand very well. Why are the LR and HR images the same size? If I want to use your data to train a super-resolution network, I should enter a small LR and a large HR. How can I get a small LR in the real world?

Similar dataset construction methods could be adopted. But you may need to modify the registration algorithm. Or you can try directly downsample the current LR.

Logically speaking, the size of the LR obtained by shooting should be small. Did you upsample it or downsample the HR? Why do you do that?

Yes, traditionally super-resolution will increase pixels, in our case, maybe it is more closer to "digital zooming". The LR and HR have the same size because we adopt the registration algorithm in RealSR.

If registration is not performed, shouldn’t it be closer to the actual situation if the part corresponding to the HR in the captured LR image (large field of view) is directly cropped as an LR image? Do you still have the original data?

@IanYeung
Copy link
Owner

Sorry, I don’t understand very well. Why are the LR and HR images the same size? If I want to use your data to train a super-resolution network, I should enter a small LR and a large HR. How can I get a small LR in the real world?

Similar dataset construction methods could be adopted. But you may need to modify the registration algorithm. Or you can try directly downsample the current LR.

Logically speaking, the size of the LR obtained by shooting should be small. Did you upsample it or downsample the HR? Why do you do that?

Yes, traditionally super-resolution will increase pixels, in our case, maybe it is more closer to "digital zooming". The LR and HR have the same size because we adopt the registration algorithm in RealSR.

If registration is not performed, shouldn’t it be closer to the actual situation if the part corresponding to the HR in the captured LR image (large field of view) is directly cropped as an LR image? Do you still have the original data?

Maybe. But with more serious misalignment problem. Yes I have the original data and maybe I will provide them later.

@dzz416
Copy link
Author

dzz416 commented Nov 16, 2021

Ok,thank you for reply

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