From da1e1ee80506c05ce9a843ef745ae1ea94d55d3b Mon Sep 17 00:00:00 2001 From: Xintao Date: Wed, 28 Jul 2021 03:01:47 +0800 Subject: [PATCH] update Readme.txt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aacedee..6dda1b2 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ We extend the powerful ESRGAN to a practical restoration application (namely, Re :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). +- :white_check_mark: [The inference code](inference_realesrgan.py) supports: 1) **tile** options; 2) images with **alpha channel**; 3) **gray** images; 4) **16-bit** images. +- :white_check_mark: 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