Giter VIP home page Giter VIP logo

Comments (1)

IDKiro avatar IDKiro commented on August 17, 2024

StarEnhancer in the single-style enhancement experiment is trained on a multi-style dataset and tested on a single-style dataset (BasicEnhancer, on the other hand, was trained and tested on a single-style dataset). Therefore, during training, the model needs to adapt to different and randomized style embeddings.

But you are correct regarding inference. During testing, the embedding sequence used was extracted from the training images, resulting in a length of 4500. The random.sample function was then used to extract 500 samples without replacement, introducing randomness. From the experimental results, the impact of this randomness is minimal, as the average embedding of the 500 samples can still approximate the average embedding of that style quite well. The printed results (the open-source model is retrained) should be:

PSNR: 22.86 (25.41)	SSIM: 0.930 (0.942)	LPIPS: 0.106 (0.085)

However, from the perspective of experimental rigor, it is necessary to correct this part of the code.

Thank you very much for your question.

from starenhancer.

Related Issues (11)

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.