This projection is a simple implement of RDN(Residual Dense Network for Image Restoration,CVPR2018) based on PyTorch for single image super-resolution(SISR)
- PyTorch 1.1.0
- Numpy 1.15.4
- Pillow 5.4.1
- tqdm 4.30.0
pip install -r requirements.txt
Model | Scale |
---|---|
RDN (D=16, C=8, G=64, G0=64) | 4 |
cd ./RDN-SISR/code
sh command.sh