fbcotter / pytorch_wavelets

Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet
Other
943 stars 146 forks source link

Is SWT avaliable now? #9

Closed IceClear closed 5 years ago

IceClear commented 5 years ago

Hi, @fbcotter, thanks for your wonderful work. I am now trying to use SWT and I found it in transform2d.py. Is it avaliable now?

fbcotter commented 5 years ago

Hi @IceClear, the SWT forward transform is in the code, but I never finished doing the inverse SWT. Because I never finished this, I never made it neat, but it should work.

It would be great to hear how you want to use the SWT.

IceClear commented 5 years ago

OK. Thanks again for your patient reply and your great work.