From 1d8745eb6138a597055a9a0f8ca8d64a1fb555e7 Mon Sep 17 00:00:00 2001 From: Xintao Date: Wed, 28 Jul 2021 02:59:20 +0800 Subject: [PATCH] update Readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 791d842..aacedee 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ Real-ESRGAN aims at developing **Practical Algorithms for General Image Restoration**.
We extend the powerful ESRGAN to a practical restoration application (namely, Real-ESRGAN), which is trained with pure synthetic data. -:triangular_flag_on_post: The training codes have been released. A detailed guide can be found in [Training.md](Training.md). +:triangular_flag_on_post: **Updates** + +- [x] [Inference code](inference_realesrgan.py) supports: 1) tile inference; 2) images with alpha channel; 3) gray images; 4) 16-bit images. +- [x] The training codes have been released. A detailed guide can be found in [Training.md](Training.md). ### :book: Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data