v0lta / PyTorch-Wavelet-Toolbox

Differentiable fast wavelet transforms in PyTorch with GPU support.
https://pytorch-wavelet-toolbox.readthedocs.io
European Union Public License 1.2
279 stars 36 forks source link

Stationary Wavelet Transform #53

Closed matciotola closed 6 months ago

matciotola commented 1 year ago

Hi, I really appreciate your work! I wonder if it is possible to expand this toolbox, inserting the SWT (in particular swt2 and iswt2), already implemented in the pywt library. Thanks, Matteo

v0lta commented 1 year ago

Dear @matteo, this would certainly be a nice feature, but for the moment we need to focus on wrapping up version v0.1.5 https://github.com/v0lta/PyTorch-Wavelet-Toolbox/pull/46 . This would be something for v0.1.6 and will take time.

v0lta commented 1 year ago

As always, contributions are welcome!

v0lta commented 1 year ago

https://github.com/v0lta/PyTorch-Wavelet-Toolbox/blob/main/tests/test_swt.py is a start. More will come eventually.

matciotola commented 1 year ago

Thank you so much!