EDSR_paddle

November 9, 2024 · View on GitHub

Enhanced Deep Residual Networks for Single Image Super-Resolution Paddle 复现版本

https://paperswithcode.com/paper/enhanced-deep-residual-networks-for-single

数据集

DIV2K https://data.vision.ee.ethz.ch/cvl/DIV2K/ Set5 https://drive.google.com/drive/folders/1pRmhEmmY-tPF7uH8DuVthfHoApZWJ1QU

训练模型

链接:https://pan.baidu.com/s/1SwjPpF-SzoP_GhLqdAHwag?pwd=1234 提取码:1234

训练步骤

train sr

python train.py -opt config/train/train_EDSR_x2.yml
python train.py -opt config/train/train_EDSR_x3.yml
python train.py -opt config/train/train_EDSR_x4.yml

测试步骤

python test.py -opt config/test/test_EDSR_x2.yml
python test.py -opt config/test/test_EDSR_x3.yml
python test.py -opt config/test/test_EDSR_x4.yml

RRDBNet_paddle

ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks Paddle 复现版本

https://paperswithcode.com/paper/esrgan-enhanced-super-resolution-generative

数据集

DIV2K https://data.vision.ee.ethz.ch/cvl/DIV2K/ Set5 https://drive.google.com/drive/folders/1pRmhEmmY-tPF7uH8DuVthfHoApZWJ1QU

训练模型

链接:https://pan.baidu.com/s/1SwjPpF-SzoP_GhLqdAHwag?pwd=1234 提取码:1234

训练步骤

train sr

python train.py -opt config/train/train_RRDBNet_x2.yml

测试步骤

python test.py -opt config/test/test_RRDBNet_x2.yml