Implementation of Wavelet Loss Function for Auto-Encoder (https://ieeexplore.ieee.org/document/9351990) in PyTorch
This script requires:
- pytorch
- pytorch_wavelets
- torchvision
- PIL
If you don't already have pytorch or torchvision please have a look at https://pytorch.org/ as the installation command may vary depending on your OS and your version of CUDA.
You can install all other dependencies with pip by running terminal and get the result images by wavelet transform.
python test.py
pytorch_wavelets : https://github.com/fbcotter/pytorch_wavelets
This project is under MIT license.





