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

customized dataset #2

Closed
Junhe10 opened this issue Sep 13, 2021 · 5 comments
Closed

customized dataset #2

Junhe10 opened this issue Sep 13, 2021 · 5 comments

Comments

@Junhe10
Copy link

Junhe10 commented Sep 13, 2021

Hi,
Thanks for sharing your code and the excellent ideas.
I am doing a large-factor RefSR project (8x or 16x SR), and I found your results on CUFED5 and your proposed dataset are quite promising. My question is how can I modify the released code for my own datasets? Looking forward to your reply.
Cheers,
Junhe Zhang

@Tengfei-Wang
Copy link
Owner

Hi,
The released code is for 2X super-resolution on CameraFusion. In case you want to apply the code to 4x, 8x, and 16x SR, some modifications are needed (it should be easy though maybe tedious). For example, add additional layers in DCSR.py, modify the data loader and turn off the option of --flag_8k. If you want our 4x SR results on the CUFED5 test set, you can find them in this link. Feel free to let me know if you have any problems.

@Junhe10
Copy link
Author

Junhe10 commented Sep 14, 2021

Hi,
The released code is for 2X super-resolution on CameraFusion. In case you want to apply the code to 4x, 8x, and 16x SR, some modifications are needed (it should be easy though maybe tedious). For example, add additional layers in DCSR.py, modify the data loader and turn off the option of --flag_8k. If you want our 4x SR results on the CUFED5 test set, you can find them in this link. Feel free to let me know if you have any problems.

Thanks for your suggestions. I have successfully modified the 4x and 8x code and it works well on my own dataset.

@Brightlcz
Copy link

Brightlcz commented Oct 18, 2021

@jiaxinxie97 @Tengfei-Wang
I am so sorry to bother you,I am quite a new student in SR field.😓
According to your tips,I still can't accomplish 4x SR in my customized dataset,
I konw that the released code is for 2X SR on CameraFusion and I want to train a 4x SR model on customized dataset.
could you please tell me where i should modificatons in the released code?
I'll be satisfied if you can give me a hint.
Thank you in advance for your help sincerely!

@Lkinyuu
Copy link

Lkinyuu commented Nov 9, 2021

Hi,
The released code is for 2X super-resolution on CameraFusion. In case you want to apply the code to 4x, 8x, and 16x SR, some modifications are needed (it should be easy though maybe tedious). For example, add additional layers in DCSR.py, modify the data loader and turn off the option of --flag_8k. If you want our 4x SR results on the CUFED5 test set, you can find them in this link. Feel free to let me know if you have any problems.

Thanks for your suggestions. I have successfully modified the 4x and 8x code and it works well on my own dataset.

Hello,I am a beginner in this field. Can I ask you how modify the 4x ?

@Tengfei-Wang
Copy link
Owner

Hi @Brightlcz @Lkinyuu,
Pls refer to #13. Let me know if there are any difficulties.

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