Skip to content

Commit 2de1b58

Browse files
author
JingyunLiang
committed
add VRT training codes
.
1 parent 75375ce commit 2de1b58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+78910
-11
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
## Training and testing codes for USRNet, DnCNN, FFDNet, SRMD, DPSR, MSRResNet, ESRGAN, BSRGAN, SwinIR
1+
## Training and testing codes for USRNet, DnCNN, FFDNet, SRMD, DPSR, MSRResNet, ESRGAN, BSRGAN, SwinIR, VRT
22
[![download](https://img.shields.io/github/downloads/cszn/KAIR/total.svg)](https://github.com/cszn/KAIR/releases) ![visitors](https://visitor-badge.glitch.me/badge?page_id=cszn/KAIR)
33

44
[Kai Zhang](https://cszn.github.io/)
55

66
*[Computer Vision Lab](https://vision.ee.ethz.ch/the-institute.html), ETH Zurich, Switzerland*
77

88
_______
9+
- **_News (2022-02-15)_**: We release [the training codes](https://github.com/cszn/KAIR/blob/master/docs/README_VRT.md) of [VRT ![GitHub Stars](https://img.shields.io/github/stars/JingyunLiang/VRT?style=social)](https://github.com/JingyunLiang/VRT) for video SR, deblurring and denoising.
10+
<p align="center">
11+
<a href="https://github.com/JingyunLiang/VRT">
12+
<img width=30% src="https://raw.githubusercontent.com/JingyunLiang/VRT/main/assets/teaser_vsr.gif"/>
13+
<img width=30% src="https://raw.githubusercontent.com/JingyunLiang/VRT/main/assets/teaser_vdb.gif"/>
14+
<img width=30% src="https://raw.githubusercontent.com/JingyunLiang/VRT/main/assets/teaser_vdn.gif"/>
15+
</a>
16+
</p>
17+
918
- **_News (2021-12-23)_**: Our techniques are adopted in [https://www.amemori.ai/](https://www.amemori.ai/).
1019
- **_News (2021-12-23)_**: Our new work for practical image denoising.
1120

@@ -148,6 +157,7 @@ kill $(ps aux | grep main_train_gan.py | grep -v grep | awk '{print $2}')
148157
| DPIR | [https://github.com/cszn/DPIR](https://github.com/cszn/DPIR)|
149158
| BSRGAN | [https://github.com/cszn/BSRGAN](https://github.com/cszn/BSRGAN)|
150159
| SwinIR | [https://github.com/JingyunLiang/SwinIR](https://github.com/JingyunLiang/SwinIR)|
160+
| VRT | [https://github.com/JingyunLiang/VRT](https://github.com/JingyunLiang/VRT) |
151161

152162
Network architectures
153163
----------
@@ -226,6 +236,12 @@ Testing
226236
References
227237
----------
228238
```BibTex
239+
@article{liang2022vrt,
240+
title={VRT: A Video Restoration Transformer},
241+
author={Liang, Jingyun and Cao, Jiezhang and Fan, Yuchen and Zhang, Kai and Ranjan, Rakesh and Li, Yawei and Timofte, Radu and Van Gool, Luc},
242+
journal={arXiv preprint arXiv:2022.00000},
243+
year={2022}
244+
}
229245
@inproceedings{liang2021swinir,
230246
title={SwinIR: Image Restoration Using Swin Transformer},
231247
author={Liang, Jingyun and Cao, Jiezhang and Sun, Guolei and Zhang, Kai and Van Gool, Luc and Timofte, Radu},

0 commit comments

Comments
 (0)