Skip to content

ykshi/DDet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDet

DDet: Dual-path Dynamic Enhancement Network for Real-World Image Super-Resolution(DDet), IEEE SPL 2020.

Prerequisites

  • Computer with Linux 16.04
  • Caffe
  • Matcaffe

Installation

Our work requires the kernel predication layer(KPL). Hence, we need to add KPL into caffe.

  1. Download the new layers in folder 'Layer'.
  2. Modify the default caffe.proto with caffe.proto.
  3. Compile whole caffe project.

Dataset

We conduct version2 of RealSR dataset as default dataset.

According to the official setting, we use 459 scenes for training and the rest 100 scenes are adopted for testing. Moreover, other versions of RealSR dataset or other non-inherently aligned image pair is fine for our model with finetune.

Models

We upload the 2x, 3x and 4x models and corresponding prototxt for evaluation. These models will certainly fine for other domain data as long as some finetune metric is incorporated. Besides, Matcaffe is required for testing, a concise matcaffe test demo is demonstrated in here.

Results

Feedback and Citation

@article{shi2020ddet,
  title={DDet: Dual-path Dynamic Enhancement Network for Real-World Image Super-Resolution},
  author={Shi, Yukai and Zhong, Haoyu and Yang, Zhijing and Yang, Xiaojun and Lin, Liang},
  journal={arXiv preprint arXiv:2002.11079},
  year={2020}
}

if you have any question, please feel free to contact me by sending mail to ykshi.1991ATfoxmail.com.

Acknowledgement

This code is heavily rely on RealSR framework, thanks for their great effort.

About

Dual-path Dynamic Enhancement Network for RealSR, IEEE SPL 2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published