Home

Awesome

AdaDSR (ECCV 2020 AIM workshop)

PyTorch implementation of Deep Adaptive Inference Networks for Single Image Super-Resolution

<p align="center"><img src="./figs/architecture.png" width="95%"></p> <p align="center">Overall structure of our AdaDSR.</p>

Results

<p align="center"><img src="./figs/results.png" width="95%"></p> <p align="center">SISR results on Set5. More results please refer to the paper.</p> <p align="center"><img src="./figs/visualization.png" width="95%"></p> <p align="center">An exemplar visualization of the SR results and depth map.</p>

Preparation

Quick Start

We show some exemplar commands here for better introduction, and more useful scripts are given in the scripts folder.

Testing

Training

Note

Citation

If you find AdaDSR useful in your research, please consider citing:

@inproceedings{AdaDSR,
    title={Deep Adaptive Inference Networks for Single Image Super-Resolution},
    author={Liu, Ming and Zhang, Zhilu and Hou, Liya and Zuo, Wangmeng and Zhang, Lei},
    booktitle={European Conference on Computer Vision Workshops},
    year={2020}
}

Acknowledgement

This repo is built upon the framework of CycleGAN, and we borrow some code from DPSR, mmdetection, EDSR, RCAN and SAN, thanks for their excellent work!