-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running only the denoise in real time #208
Comments
I'm # AMD radeon!!!(i wanna cry......) |
Basically I only think about images, not for video/video game. |
My purpose is for psx emulation. Waifu2x makes games with pre- rendered backgrounds look awesome if they are running in native res (320×240) and then upscaled with Waifu2x. I think most of these games run in in 20- 30 fps wich would be considered real time. |
Denoising won't mean much to Playstation games when there's not much compression noise to begin with (and with a strict RGB555 pixel buffer such as on the PSX's video, denoising lossless backgrounds won't get you anywhere) The only real application denoising would have with a video game is if a video game shipped with JPEG textures, which there's not many of (namely some 1999-2001 PC games that either had to fit on a CD desperately or fit for a small dial-up comfortable download, in this short timeframe where DDS support wasn't widespread) |
leilei - And here is Tales of Destiny 2, using the same as the above. Another shader on these two, but waifu2x denoise over the bottom one first. |
Maybe you need anti-aliasing? |
So you want a generic sobel edge-detect blur effect applied broadly then upscaled? That's all i'm getting at with your desired pictures. |
Well, I don't know. I just think it looks good and I have not been able to reproduce it with only Retroarch shaders. nagadomi - Here is my own preset. Again the first on the game and the second one on a waifu- denoised image. I cant add that much denoise in retroarch because then it removes important details. I know Waifu2x "knows" what should be removed hence why it doesnt really remove the most important stuff. |
@zh9c418 There's an OpenCL/AVX/FMA version of waifu2x out there that works on both AMD/nVidia GPUs. |
Hello Nagadomi.
I am wondering what your thoughts is on running Waifu2x denoise only on 320×240 images is with a high end gpu like gtx 1080 Ti. Or pherhaps at least next generation of Nvidia gpu's. And then upscale the image with another fast algorithm. Do you think this could be possible?
The text was updated successfully, but these errors were encountered: