bloc97

Results 153 comments of bloc97

If the RestoreGANs will be successful at restoring an image without distorting it, the SRGAN shaders will not need to denoise the image. This makes both training and using the...

Stuttering and judder can be caused by desyncs between the GPU and monitor. If your GPU is not very powerful, try reducing the amount of shaders and use faster variants....

It would be fine to arrange the shaders this way if not for A+A B+B and C+A having severe artifacting issues on about 1/3rd of modern anime. They work exceptionally...

Truth is everything is all over the place due to how difficult it is to port a neural network into a GLSL shader, there's hacks and shortcuts everywhere which makes...

The unfortunate name of `compareLuminance` might cause some confusion. It should have been called `isEveryLuminanceSmaller(s0, s1, s2, b0, b1, b2)`, where it returns true if and only if `s0 <...

Also, the first function returns the moment that compareLuminance() is true, while the second one loops over all !compareLuminance(), checks `if (newLum > lightestLum)`, stores the lightest luminance and returns...

I have to admit those numbers were roughly estimated based on existing architectures. 800ms is roughly the amount of time taken by networks of size like SRGANs or the latest...

To prevent confusion, here 800ms is for optimized waifu2x running on CUDA or OpenCL without tensor cores. If it were running on GLSL it would take much longer (hence the...

Could you post the screenshots of the MPV profiler (pages 1 and 2), and tell us what GPU are you using? Also, MPV works without the shaders, correct?

This is strange. It looks like the shaders are not receiving anything, hence the 0.008ms timings on the ComputeMinMax passes. Have you tried older versions of Anime4K or any other...