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 attempting to upscale some 480p content to 4k, and while it works fine if I use the same input and output formats, but when I attempt to change the...

I am trying to enhance anime video but the audio does not match the original video. Original video is 1:40 and out video is 1:39, tried -r 24. Same problem....

When I use the scale factor of 2, resulting image drops different sections. ./realesrgan-ncnn-vulkan -i inputs -o results -n realesrgan-x4plus -s 2 -f jpg When I use the scale factor...

While using the default scale of 4x, the output images come out correctly, but while using 2x something weird is happening. Have a look: Input ![Tom](https://user-images.githubusercontent.com/36677447/179251105-aa049abb-913f-4b2c-8ee7-4c01f563b0b0.png) Output 2x ![outputtom2x](https://user-images.githubusercontent.com/36677447/179251172-a174ce2f-d2be-4097-8f14-6afcc15aaa58.png) Output...

When attempting to upscale an image, about a quarter of the upscale was completed before the shell crashed, giving the above error. The image in question was a 335MB PNG...

The current version of RealESRGAN supports the face_enhance option and has more models. Is it possible to include them in the binary?

下面是打印出来的v.inimage和v.outimage的像素值:41343064788866957312.000000 -8386355200.000000 -2001713900853686009329614848.000000 -38099216506938727525138466653339648.000000 -30.109255 -118033518575462882738176.000000 -606970993658067317785357474265563136.000000 -8486886400.000000 -32339329997486033345993244672.000000 -38752061517816422808430368400605184.000000 -8546615014981632.000000 -30985301364664669569024.000000 3058.994873 -0.000000 -0.000005 -0.087722 7002216060450387748137750999924211712.000000 -0.000000 -0.000000 7487453784590433368137046329131008.000000 -0.000000 -0.000068 -0.000000 -0.000000 -357637554176.000000 -0.000000 -0.000000 -1456557654016.000000 528635890991663767805167951337750528.000000 -0.000000...

我想对源码进行改进,用视频和opencv的方式如何修改代码?多谢。看到c++源码中用的是wincodec.h来做图片的编码解码,我修改之后出来的图不对,看样子还需要在realesrgan.cpp中进行修改,怎么修改请指点

`_wfopen C:\Users\micro\Downloads\models/RealESRGANv2-animevideo-xsx4.pth.param failed` is the error I keep getting...

我该如何构建一个 ARM64 的版本。比如在安卓设备上运行。thx