From 50cb1496d630dbc4165e0ff8f4b5893ca5fa00a1 Mon Sep 17 00:00:00 2001 From: Chen Liangyu Date: Wed, 3 Aug 2022 02:58:29 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9c875ce..ca47246 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ The official pytorch implementation of the paper **[Simple Baselines for Image R ![PSNR_vs_MACs](./figures/PSNR_vs_MACs.jpg) ### News -**2022.08.02** The Baseline is open-sourced, including the pretrained model/training && testing configs. +**2022.08.02** The Baseline, including the pretrained models and train/test configs, are available now. **2022.07.03** Related work, [Improving Image Restoration by Revisiting Global Information Aggregation](https://arxiv.org/abs/2112.04491) (TLC, a.k.a TLSC in our paper) is accepted by **ECCV2022** :tada: . Code is available at https://github.com/megvii-research/TLC.