Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two FFt? #14

Open
dw1360585641 opened this issue Feb 28, 2024 · 2 comments
Open

two FFt? #14

dw1360585641 opened this issue Feb 28, 2024 · 2 comments

Comments

@dw1360585641
Copy link

Why are two FFTs used in the model? Are there any differences in their output results? Why do we need to input the decoder together?
Which package and line is FFT in the code file?

@GuHuangAI
Copy link
Owner

The model outputs the z0 and noise simultaneously, so there are two FFTs.
The FFT module is here

@Billy-ZTB
Copy link

The model outputs the z0 and noise simultaneously, so there are two FFTs. The FFT module is here

Hello!
I have a question to consult. If we don't add noise to the image, would the FFT module be able to filter out non-edge parts ? As edges are high frequency parts of images, I am guessing this FFT module would learn to filter out those low frequency parts to get edges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants