-
Notifications
You must be signed in to change notification settings - Fork 148
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
Stationary wavelet transform #28
Comments
Hi @haywse I never got round to finishing the implementation of the SWT actually, was this something you particularly were looking at? |
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? |
@fbcotter Thanks for the wonderful code. Actually, I am also trying to use SWT, but the result seems strange in rgb channel. |
I am too interested in the SWT, does someone has a working implementation? Thanks @fbcotter for the repo! |
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!
The text was updated successfully, but these errors were encountered: