Giter Club home page Giter Club logo

Comments (11)

yifanjiang19 avatar yifanjiang19 commented on July 20, 2024

This experiment was conducted so long ago and I need some time to check the detail.
But you could compare the results with a recent work https://arxiv.org/abs/1905.04161. We got nearly the same results which means the experiments setting is also the same.

from enlightengan.

UtopiaHu avatar UtopiaHu commented on July 20, 2024

@yueruchen Thanks for your patient reply. I have 2 more questions.

  1. Is your network capable of dealing with images with arbitrary size ?
  2. In your code, what is the difference between 'self.fake_patch' and 'self.fake_patch_1' ? Why not combine them ?

from enlightengan.

yifanjiang19 avatar yifanjiang19 commented on July 20, 2024
  1. Yes, it is fully convolutional.
  2. In the original setting we only random crop 1 patch in a large image. Later we choose to select multiple patches so add another self.fake_patch_1, it is a historical problem, sorry.

from enlightengan.

UtopiaHu avatar UtopiaHu commented on July 20, 2024

I see. Thank you

from enlightengan.

UtopiaHu avatar UtopiaHu commented on July 20, 2024

So, if I wanna use the pretrained model to test my own image, I have to feed the image along with its corresponding gray image (self regularization). Am I right ?

from enlightengan.

yifanjiang19 avatar yifanjiang19 commented on July 20, 2024

No, it will synthesize the gray image automatically.

from enlightengan.

UtopiaHu avatar UtopiaHu commented on July 20, 2024

I have tested your provided model on all subsets. The NIQE score on VV subset differs greatly from what you have reported in Table 1 (4.799 vs 2.581). Is it normal ?

from enlightengan.

yifanjiang19 avatar yifanjiang19 commented on July 20, 2024

I just tested it again and got same results, please check your own problem, probably about 1) NIQE implementation (I use the official version). 2) do not change the resolution of test data.

from enlightengan.

UtopiaHu avatar UtopiaHu commented on July 20, 2024

I also used the official code of NIQE.
When I tested on VV subset, some images raised the error of insufficient GPU memory. So, did you use at least 2 gpu cards during testing process ?

from enlightengan.

yifanjiang19 avatar yifanjiang19 commented on July 20, 2024

@UtopiaHu I used V100 which has 32gb memory. If you want to reproduce our results you need to try a large memory gpu. Or you cloud try to retrain the network with a smaller model (decrese channel number)

from enlightengan.

UtopiaHu avatar UtopiaHu commented on July 20, 2024

I see, thanks

from enlightengan.

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.