Skip to content

YuanfeiHuang/CoMoNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Convolution Modulation for Image Super-resolution

This repository is for CoMoNet introduced in the following paper

Yuanfei Huang, Jie Li, Yanting Hu, Hua Huang and Xinbo Gao, "Deep Convolution Modulation for Image Super-resolution", submitted.

Overflow

Pipeline of CoMo

Framework of CoMoNet

Dependenices

  • python 3.8
  • pytorch >= 1.7.0
  • NVIDIA GPU + CUDA

Data preparing

Download DIV2K datasets into the path "../../Datasets/Train/DIV2K".

Train

  1. Replace the train dataset path '../../Datasets/Train/' and validation dataset '../../Datasets/Test/' with your training and validation datasets, respectively.

  2. Set the configurations in 'option.py' as you want.

python main.py --train 'Train'

Test

  1. Download models from 'models/'.

  2. Replace the test dataset path '../../Datasets/Test/' with your datasets.

python main.py --train 'Test'

Results

Visual Results Visual Results

About

codes for CoMoNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages