Giter Club home page Giter Club logo

dtnet's People

Contributors

rebeccaeexu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dtnet's Issues

FFT version issues

Thank you very much for your work, I'm having some problems with your code parts.About this codeDD[:, :, i] = torch.fft.ifft(im[:, :, i], norm='ortho', dim=-1).real
What version of torch are you using? My version is 1.6 and it doesn't seem to have torch.fft.ifft, I looked up some information and the old version seems to be this codetorch.irfft(output_fft_old , signal_ndim=2, normalized=False, onesided=False)
However, in the new version, the input data type is complex, and in the old version, it is a two-dimensional vector formed by the real part and the imaginary part, but the Fourier transformation process of the feature in your code does not seem to usetorch.fft.fft,I'm not quite sure what type of dataim[:, :, i] is.Do you have a way to invert theim[:, :, i]without upgrading the torch version?

About Demoieing and Alignment

Why you put alignment after demoieing? I've found that there is some instability when using the PCD alignment in the VDmoire paper.Is it based on this aspect of your consideration that you put demoireing before alignment?

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.