Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 674 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 674 Bytes

SR_RemoteSensing

Super-Resolution (SR) deep learning models supporting remote sensing data (.tif)

*The project is still ongoing and this repository will keep updating. If for any reason that the code doesn't work, feel free to ask.

The code used here is based on this repository. Please check to get more detailed information. I just extended their work by supporting .tif and x3 model initializing with pretrained weights from x4 model.

Our work is using Sentinel-10m data and Landsat-30m data to generate SR Landsat-10m data.

tiff-read.ipynb is for data preparation, train-val-test data spliting and format transformation.