Giter Site home page Giter Site logo

deraindrop's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deraindrop's Issues

How to Get the mask M?

Hello! Thank you for releasing the code. I don't know how you get the binary mask M in the following formula. Could you tell me how you did it?Thank you!
M

can you release some training details?

Hey Rui,

Your work is interesting and amazing!!!
Could you please release some training details like batch size, input size?
I guess you input the whole image into the net without down-sampling or cropping.

Best,
Zewei

Confusion of the loss function

hi!
I wonder whether the first term of Eq.(9) will become larger, when the output O of Generator is closed to target after a lot of epochs , which means it is hard for Discriminator to infer attention map from O. So, does the loss function in Eq.(9) work after several epochs?

How to Get the Ground Truth?

Hello! Thank you for releasing the code. I don't know how you get the ground truth of a picture with raindrop. Could you tell me how you did it?Thank you!

请问用的什么GPU

谢谢作者的工作,我用1080的GPU运行demo都超出内存了,请问用的什么GPU训练和测试呢?谢谢

Differences

Hi I want to tell you 2 thing to update.
1- You need to update your readme.md file. Your datasets are invalid now. So you need to change or add a new orientation like:

  • Change the value of argument "baseroot" in file "./test.sh" to the path of testing data. Be carefull when yo loading your own images. The image loader looks at baseroot/small/rain and baseroot/small/unrain. Corresponding images under this files need to be have same name!

This is for 3'rd point of testing.

2- You need to add these to the for loop at 87. line, validation.py because of the difference of datatype of height_origin and width_origin;

        height_origin = int(height_origin.item())
        width_origin = int(width_origin.item())

mistake in discriminator.py?

the code in discriminator.py(68-70):
“”
x = self.conv7(x * mask)
x = self.conv7(x)
x = self.conv8(x)
“”
is "x = self.conv7(x)" extra?you can't run the code with “x = self.conv7(x)” in it

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.