Giter VIP home page Giter VIP logo

hejingwenhejingwen / cresmd Goto Github PK

View Code? Open in Web Editor NEW
95.0 5.0 8.0 24.47 MB

(ECCV 2020) Interactive Multi-Dimension Modulation with Dynamic Controllable Residual Learning for Image Restoration

Home Page: http://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123650052.pdf

Python 71.49% MATLAB 7.90% Shell 0.40% C++ 8.26% Cuda 11.95%
cresmd image-restoration denoising deblurring jpeg-deblocking deep-learning dynamic-networks low-level-vision

cresmd's Issues

Will the 3D pretrained-model be released?

deblock+denoise+deblur

Also I want to reprocude the model by other (our own) dataset.
How to make the noise/blur/jpeg artifact?
What is the sequence? And what are the level range of these three processes? What kind of noise/blur should we use?

question about "zero point " problem with the pretrained global scale weights

Hi,
I use your pretrained model 2D_modulation.pth to test 2D problem.
I load the weights and find the global scale conv weights as follows, which is corresponding to the "zero point " problem:

print(list(model.children())[0].weight)
Parameter containing:
tensor([[ 1.1378e-05, -8.9791e-05],
        [-5.6083e-05,  6.1680e-05],
        [-4.5423e-05,  3.8486e-05]], requires_grad=True)

print(list(model.children())[0].bias)
Parameter containing:
tensor([-0.0140,  0.0141,  0.0138], requires_grad=True)

If the blur & denoise 2D problem cond vector to "zero point" [0,0], and the weight will be useless, the bias dominate.
And the bias does not be 0.

So, what's the problem?
Why do you just set the global scale linear bias=False?

source code

Hi, can you share the source code? Thanks

Pretrained model

hello, I am trying to do JPEG debloking with different JPEG compression ratio, I think your work may be very helpful, would you mind providing your pretrained model(noise+JPEG, blur+JPEG and noise+blur+JPEG).

Thank you!

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.