Accepted by ECCV 2022.

pull/96/head
Chen Liangyu 2022-07-07 02:32:42 +08:00 committed by GitHub
parent 23793577a6
commit 3b162b104b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@
## NAFNet: Nonlinear Activation Free Network for Image Restoration
The official pytorch implementation of the paper **[Simple Baselines for Image Restoration](https://arxiv.org/abs/2204.04676)**
The official pytorch implementation of the paper **[Simple Baselines for Image Restoration (ECCV2022)](https://arxiv.org/abs/2204.04676)**
#### Liangyu Chen\*, Xiaojie Chu\*, Xiangyu Zhang, Jian Sun
@ -26,6 +26,8 @@ The official pytorch implementation of the paper **[Simple Baselines for Image R
![PSNR_vs_MACs](./figures/PSNR_vs_MACs.jpg)
### News
**2022.07.03** Our paper is accepted by **ECCV2022** :tada:
**2022.04.15** NAFNet based Stereo Image Super-Resolution solution ([NAFSSR](https://arxiv.org/abs/2204.08714)) won the **1st place** on the NTIRE 2022 Stereo Image Super-resolution Challenge! Training/Evaluation instructions see [here](https://github.com/megvii-research/NAFNet/blob/main/docs/StereoSR.md). [Presentation video](https://drive.google.com/file/d/16w33zrb3UI0ZIhvvdTvGB2MP01j0zJve/view), [slides](https://data.vision.ee.ethz.ch/cvl/ntire22/slides/Chu_NAFSSR_slides.pdf) and [poster](https://data.vision.ee.ethz.ch/cvl/ntire22/posters/Chu_NAFSSR_poster.pdf) are available now.
### Installation