From f424ffc7b3b6889d206999fa2ed5373b3c4b9400 Mon Sep 17 00:00:00 2001 From: pkuxmq <38381591+pkuxmq@users.noreply.github.com> Date: Tue, 8 Jun 2021 16:28:35 +0800 Subject: [PATCH] Update broken links --- codes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/README.md b/codes/README.md index 93fd4da..72c756d 100644 --- a/codes/README.md +++ b/codes/README.md @@ -8,7 +8,7 @@ First set a config file in options/test/, then run as following: python test.py -opt options/test/test_IRN_x4.yml -Pretrained models can be downloaded from [Google Drive](https://drive.google.com/drive/folders/1K-DmWU7fO5Rf6EOmeW-8WEmhQQmX1pn7?usp=sharing) or [Baidu Drive](https://pan.baidu.com/s/1U38SjqVlqY5YVMsSFrkTsw) (extraction code: lukj). +Pretrained models can be downloaded from [Google Drive](https://drive.google.com/drive/folders/1-Rah2t-fk3uTcNagvTgTRlRTaK2dHktA?usp=sharing) or [Baidu Drive](https://pan.baidu.com/s/1U38SjqVlqY5YVMsSFrkTsw) (extraction code: lukj). # Code Framework The code framework follows [BasicSR](https://github.com/xinntao/BasicSR/tree/master/codes). It mainly consists of four parts - `Config`, `Data`, `Model` and `Network`.