add Real-ESRGAN training codes

This commit is contained in:
Xintao
2021-07-24 18:56:20 +08:00
parent 85bd346714
commit 9baeba566b
10 changed files with 999 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ You can simply run the following command:
Note that it may introduce block inconsistency (and also generate slightly different results from the PyTorch implementation), because this executable file first crops the input image into several tiles, and then processes them separately, finally stitches together.
This executable file is based on the wonderful [Tecent/ncnn](https://github.com/Tencent/ncnn) and [realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan) by [nihui](https://github.com/nihui).
This executable file is based on the wonderful [Tencent/ncnn](https://github.com/Tencent/ncnn) and [realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan) by [nihui](https://github.com/nihui).
---