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

Stationary wavelet transform #28

Open haywse opened 3 years ago

haywse commented 3 years ago

Hello,

First of all, thank you for the nice implementation of wavelet transform in PyTorch.

I tried to run your implementation of 2d stationary wavelet transform (or undecimated wavelet transform) but it throws an error. Is there any way to fix it?

Thank you!

Screen Shot 2021-01-19 at 1 15 45 PM

fbcotter commented 3 years ago

Hi @haywse I never got round to finishing the implementation of the SWT actually, was this something you particularly were looking at?

haywse commented 3 years ago

Hi @fbcotter, thank you for the response. Yes, the stationary wavelet transform is one that we are particularly looking at, as it is frequently used in astronomical images. I'm just curious if you have any plan to finish the implementation of the SWT in near future?

IceClear commented 3 years ago

@fbcotter Thanks for the wonderful code. Actually, I am also trying to use SWT, but the result seems strange in rgb channel. 图片 So is there any plan to finish SWT? Actually, I think SWT is as important as DWT sometimes.

Emanuele97x commented 1 year ago

I am too interested in the SWT, does someone has a working implementation? Thanks @fbcotter for the repo!