Lightweight Stepless Super-Resolution of Remote Sensing Images via Saliency-Aware Dynamic Routing Strategy
by Hanlin Wu, Ning Ni, and Libao Zhang, details are in paper.
git clone https://github.com/hanlinwu/SalDRN.git
- pytorch==1.10.0
- pytorch-lightning==1.5.5
- numpy
- opencv-python
- easydict
- tqdm
- Download the training datset from this url.
- Unzip the downloaded dataset, and put the files on path:
load/SalCSSR-339
- Change the
hr_path
andsal_path
inconfig/your_config_file.yaml
- Do training:
python train.py --config config/your_config_file.yaml
- Unzip the benchmark dataset, and put the files on path:
load/benchmark
python test.py --checkpoint logs/your_checkpoint_path