This is an unofficial implementation of RealSR(Pytorch version).
We implement the model training and testing code based on EDSR. The model and training cofiguration can be found in config.py
For training, you can use the command below to train the model from beginning.
python main.py --reset
For testing,you can use the command below to test the model on benchmarks.
python main.py --test-only True
For demo,you can generate super-resolved images by your trained model.
python main.py --demo True