pytorch_wavelets icon indicating copy to clipboard operation
pytorch_wavelets copied to clipboard

Stationary wavelet transform

Open haywse opened this issue 3 years ago • 4 comments

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

haywse avatar Jan 19 '21 21:01 haywse

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

fbcotter avatar Feb 09 '21 18:02 fbcotter

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?

haywse avatar Feb 09 '21 18:02 haywse

@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.

IceClear avatar Mar 19 '21 11:03 IceClear

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

Emanuele97x avatar Feb 22 '23 13:02 Emanuele97x