Accepted by ECCV 2022.
parent
23793577a6
commit
3b162b104b
|
@ -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
|
|||

|
||||
|
||||
### 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
|
||||
|
|
Loading…
Reference in New Issue