XY-boy / EDiffSR

[IEEE TGRS 2024] EDiffSR: An Efficient Diffusion Probabilistic Model for Remote Sensing Image Super-Resolution
115 stars 9 forks source link

LQ images resolution #10

Open bestux7 opened 5 months ago

bestux7 commented 5 months ago

I would like to ask what is the resolution of the LQ picture? I processed the DOTA data and resized it to a resolution of 100*100. Then the following error occurred when the code was running. How to deal with it? 屏幕截图 2024-03-27 224945

XY-boy commented 5 months ago

I would like to ask what is the resolution of the LQ picture? I processed the DOTA data and resized it to a resolution of 100*100. Then the following error occurred when the code was running. How to deal with it? 屏幕截图 2024-03-27 224945

please change the LQ_size and GT_size to meet the setting of your dataset

bestux7 commented 5 months ago

I would like to ask what is the resolution of the LQ picture? I processed the DOTA data and resized it to a resolution of 100*100. Then the following error occurred when the code was running. How to deal with it? 屏幕截图 2024-03-27 224945

please change the LQ_size and GT_size to meet the setting of your dataset

Thank you, I have solved this problem by changing the resolution of the original DOTA data set to 512512 according to your paper, and the LQ is 128128, scale-4, thank you very much.