Real-ESRGAN-ncnn-vulkan icon indicating copy to clipboard operation
Real-ESRGAN-ncnn-vulkan copied to clipboard

NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.

Results 53 Real-ESRGAN-ncnn-vulkan issues
Sort by recently updated
recently updated
newest added

当我运行时什么都没有显示

I'm getting this error: ``` ./realesrgan-ncnn-vulkan: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./realesrgan-ncnn-vulkan) ```

If suddenly you want to look at and fix the models and errors of the system, you can view my library at the link: https://disk.yandex.ru/d/UjA0bGcbg5QmMw (this is an online repository)....

If trying to run this on Mojave (10.14.6), the GPU does render the image, but when it gets to where it needs to save it, it throws an error because...

放大倍数参数不生效,只能默认4

When can Centos be supported

New models and some new flags such as `-nr` for noise reduction! https://github.com/xinntao/Real-ESRGAN/releases/tag/v0.3.0

``` % ./realesrgan-ncnn-vulkan -i FdLbqKcWIAAaCeY.jpeg -o FdLbqKcWIAAaCeY.png -n realesrnet-x4plus zsh: segmentation fault ./realesrgan-ncnn-vulkan -i FdLbqKcWIAAaCeY.jpeg -o FdLbqKcWIAAaCeY.png -n ```

As the title says. It seems this repository should make it possible, because of this: https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-android https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-ios-on-macos-with-xcode If you create a sample project (here or somewhere else and link to...