|
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 |
2 | 2 | [](https://github.com/cszn/KAIR/releases) 
|
3 | 3 |
|
4 | 4 | [Kai Zhang](https://cszn.github.io/)
|
5 | 5 |
|
6 | 6 | *[Computer Vision Lab](https://vision.ee.ethz.ch/the-institute.html), ETH Zurich, Switzerland*
|
7 | 7 |
|
8 | 8 | _______
|
| 9 | +- **_News (2022-02-15)_**: We release [the training codes](https://github.com/cszn/KAIR/blob/master/docs/README_VRT.md) of [VRT ](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 | + |
9 | 18 | - **_News (2021-12-23)_**: Our techniques are adopted in [https://www.amemori.ai/](https://www.amemori.ai/).
|
10 | 19 | - **_News (2021-12-23)_**: Our new work for practical image denoising.
|
11 | 20 |
|
@@ -148,6 +157,7 @@ kill $(ps aux | grep main_train_gan.py | grep -v grep | awk '{print $2}')
|
148 | 157 | | DPIR | [https://github.com/cszn/DPIR](https://github.com/cszn/DPIR)|
|
149 | 158 | | BSRGAN | [https://github.com/cszn/BSRGAN](https://github.com/cszn/BSRGAN)|
|
150 | 159 | | SwinIR | [https://github.com/JingyunLiang/SwinIR](https://github.com/JingyunLiang/SwinIR)|
|
| 160 | +| VRT | [https://github.com/JingyunLiang/VRT](https://github.com/JingyunLiang/VRT) | |
151 | 161 |
|
152 | 162 | Network architectures
|
153 | 163 | ----------
|
@@ -226,6 +236,12 @@ Testing
|
226 | 236 | References
|
227 | 237 | ----------
|
228 | 238 | ```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 | +} |
229 | 245 | @inproceedings{liang2021swinir,
|
230 | 246 | title={SwinIR: Image Restoration Using Swin Transformer},
|
231 | 247 | author={Liang, Jingyun and Cao, Jiezhang and Sun, Guolei and Zhang, Kai and Van Gool, Luc and Timofte, Radu},
|
|
0 commit comments