All Projects → BUPTLdy → Pytorch-LapSRN

BUPTLdy / Pytorch-LapSRN

Licence: other
Deep Laplacian Pyramid Networks for Fast and Accurate Super-Resolution

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytorch-LapSRN

SR Framework
A generic framework which implements some famouts super-resolution models
Stars: ✭ 54 (+42.11%)
Mutual labels:  lapsrn

Pytorch-LapSRN

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.

Prerequisites

  • Linux
  • Python
  • NVIDIA GPU >= 4GB
  • pytorch
  • torchvision

Usage

  • 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].