A unofficial implementation of paper Deep Laplacian Pyramid Networks for Fast and Accurate Super-Resolution, the official MatConvNet implementation is here:LapSRN. The Network Architecture of this code is based on section.2 in the supplementary material of this peper.
- Linux
- Python
- NVIDIA GPU >= 4GB
- pytorch
- torchvision
- Clone this repo:
[email protected]:BUPTLdy/Pytorch-LapSRN.git
- Train the model
python train.py --cuda
- Test the model
There is a pretrained model in the model folder, you can test the model directly.
python test.py --cuda