Git Product home page Git Product logo

Comments (5)

sefibk avatar sefibk commented on August 11, 2024 1

Note that the SR process is done by a different work (ZSSR) that I plugged into the Github project for simplicity of use.
When combining 2 methods (kernel est. + SR) it is hard to point out which one is creating the artefacts, therefore, you should try to use another SR method (that accepts the kernel) to try to see who is the problem.
But from my experience here are some insights:

  1. noise usually happens because ZSSR either adds to much noise or too little - it is a hyper-parameter inserted to the network. Try tuning it and see the effects.
  2. Misalignments occur in cases that the estimated kernel is not centralised. It should not happen in KernelGAN since we have a constraint for it to be centred. In addition, it is hard to see misalignment in side-by-side images, you must view them on top of each other and flicker.
  3. What I see in these images could be "ringing" where edges are over-enhanced. This can occur if the estimated kernel is too "wide" (causing a severe blur) and the SR method will learn to over-sharpen the image, i.e. ringing.
  4. Increasing the iterations won't help. In fact, it always converges before the 3K iterations.

from kernelgan.

lylllove avatar lylllove commented on August 11, 2024

Thank you for your suggestion and I will try some.

from kernelgan.

vladpaunescu avatar vladpaunescu commented on August 11, 2024

Same problem here, every picture has some artifact present. No super-resolution possible.

from kernelgan.

lylllove avatar lylllove commented on August 11, 2024

When I added some noise in ZSSR, the performance enhanced!

from kernelgan.

sefibk avatar sefibk commented on August 11, 2024

When I added some noise in ZSSR, the performance enhanced!

Thanks for the update.
This Git repo is the official implementation for KernelGAN, hence the kernel estimation should be correct. I provided ZSSR for convenience but you should note that it is NOT the official page, and it might be not up to date.

from kernelgan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.