From e2f270a0cede5ec74230f9aa874cc77b45e1f2a3 Mon Sep 17 00:00:00 2001 From: Wang Xinyu Date: Sat, 28 May 2022 07:59:05 +0800 Subject: [PATCH] Update README.md --- real-esrgan/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/real-esrgan/README.md b/real-esrgan/README.md index ac2de5a..e0520e9 100644 --- a/real-esrgan/README.md +++ b/real-esrgan/README.md @@ -1,6 +1,10 @@ # Real-ESRGAN The Pytorch implementation is [real-esrgan](https://github.com/xinntao/Real-ESRGAN). +

+ +

+ ## Config - Input shape(**INPUT_H**, **INPUT_W**, **INPUT_C**) defined in real-esrgan.cpp - GPU id(**DEVICE**) can be selected by the macro in real-esrgan.cpp