Skip to content

niopeng/SRIM-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SRIM-pytorch

Super-Resolution Implicit Model (SRIM) is a multi-modal image super-resoluition model. This repository contains two implementations of the model:

  • One deep neural network featuring Residual-in-Residual Dense Block (RRDB)
  • One legacy CNN based network derived from Caffe implementation

Code organization copied from [BasicSR]

Dependencies and Installation

Dataset Preparation

We use datasets in LDMB format for faster IO speed. Please refer to create_hr_lr_lmdb.py for more details.

Training

To train model with RRDB, please refer to train_srim.sh To train legacy Caffe model, please refer to train_caffe.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages