This is the implementation of our paper "Image Super-Resolution using Aggregated Residual Transformation Networks with Spatial Attention
". We provide the architectures and pretrained models as above. This readme is updating now, and if you need more detailed information, please contact me at 15137162936@163.com or stuxrxing@gmail.com.
Run(the same as WDSR)
- Install PyTorch (tested on release 0.4.0 and 0.4.1).
- Clone EDSR-Pytorch as backbone training framework.
- Copy aran_cx_sx.py, into
EDSR-PyTorch/src/model/
. - Modify
EDSR-PyTorch/src/option.py
andEDSR-PyTorch/src/demo.sh
to support--[r,g,b]_mean
option (please find reference in issue #7 in the WDSR issues). - Launch training with EDSR-Pytorch as backbone training framework.