From 15f62e8ea3d32e2436e7769912e10cacfb13a8cc Mon Sep 17 00:00:00 2001 From: guyuchao Date: Mon, 17 Oct 2022 19:20:07 +0800 Subject: [PATCH] update VQFR v2.0 & update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a40115..b63853f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ :triangular_flag_on_post: **Updates** -- :white_check_mark: **2022.10.16** Clean research codes & Update VQFR-v2, please see [CHANGELOG.md](). In this version, we emphasize the restoration **quality** of the texture branch and **balance fidelity with user control**. +- :white_check_mark: **2022.10.16** Clean research codes & Update VQFR-v2, please see [CHANGELOG.md](). In this version, we emphasize the restoration **quality** of the texture branch and **balance fidelity with user control**. google colab logo + - :white_check_mark: Support enhancing non-face regions (background) with [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN). - :white_check_mark: The Colab Demo of VQFR is created. - :white_check_mark: The training/inference codes and pretrained models in paper are released.