You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi author, thank you for your excellent work.
I have a question about the paper and code. The Causal Intervention Module in the paper says that $x^a$ is obtained by using Fourier transform, but in your code, I see the data transformation in the below function, which seems to be not Fourier transform. I am not an expert in the image field, so I have some doubts about this. In addition, I have not seen the paper in the data transformation λ~U(0,η) either.
The function you mentioned above is just a common technique used to pre-process the images. As for the Fourier transformation, you can refer to class FourierDGDataset() in Line 32 in data/DGDataReader.py. Thanks for your interest.
Hi author, thank you for your excellent work.$x^a$ is obtained by using Fourier transform, but in your code, I see the data transformation in the below function, which seems to be not Fourier transform. I am not an expert in the image field, so I have some doubts about this. In addition, I have not seen the paper in the data transformation λ~U(0,η) either.
I have a question about the paper and code. The Causal Intervention Module in the paper says that
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: