Git Product home page Git Product logo

Comments (4)

Xiangtaokong avatar Xiangtaokong commented on July 30, 2024

Thanks for your attention.
1.
If adapting ClassSR to the denoise task, you may need to take care of the training patch size. SR models process images in a low resolution and upsample them at the end of a network, but denoise models process images in the same resolution as GT. It brings much computational consumption.
2.
Firstly, you need well-trained branches, which all can process the corresponding input well. I guess this phenomenon is caused by the branches is not good enough for the corresponding inputs (check the branches performance) or the missing match of branches and inputs (100k+ iters training of classifier should be enough).

from classsr.

Lucien66 avatar Lucien66 commented on July 30, 2024

Thank you very much for your detailed reply!

  1. If I reduce the patch size, will it affect the result performance?
  2. In fact, I have pre trained the branch model, and their PSNR values are 39.3/39.7/39.9 respectively. However, the PSNR of the 30000 iter testing is only 38.3. I don't understand this phenomenon. Should I check my code?

from classsr.

Xiangtaokong avatar Xiangtaokong commented on July 30, 2024
  1. It will bring a little performance drop.
  2. It is normal. You test the branches in sub-images and evaluate the whole ClassSR model on another complete image, this operation causes the difference. You can compare (testing them on same test images) the ClassSR model and the most complex branches (trained with all data) to observe the performance.

from classsr.

Lucien66 avatar Lucien66 commented on July 30, 2024

I will do as you suggest! Thank you very much for your reply!

from classsr.

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.