lanha / DSen2

Super-Resolution of Sentinel-2 Images: Learning a Globally Applicable Deep Neural Network
GNU General Public License v3.0
235 stars 70 forks source link

Training the models #38

Closed EmanuelCastanho closed 2 years ago

EmanuelCastanho commented 3 years ago

Hi,

How should model training be done for a particular region? Should I only use cloudless or minimal cloud images?

Can sentinel 2 level 2A datasets be used in place of level 1C datasets without changing the code?

Thanks in advance for providing DSen2 source code.

lanha commented 3 years ago

Hi,

I recommend you use images with minimal/few clouds.

Yes, I believe you wouldn't need to change the code to train the network with level 2A datasets.

EmanuelCastanho commented 3 years ago

Thank you!