AWD-Net: Hyperspectral and Multispectral Image Fusion Based on Adaptive Wavelet Transform and Dual Spectral-Spatial Branch
This is the official code of AWD-Net: Hyperspectral and Multispectral Image Fusion Based on Adaptive Wavelet Transform and Dual Spectral-Spatial Branch.
- Python >=3.8 (Recommended:Anaconda)
- NVIDIA GPU + CUDA
conda create -n AWD python=3.8 -y
conda activate AWD
pip install -r requirements.txt-
Download Datasets(PaviaU.mat\Pavia.mat\Urban.mat\Washington_DC.mat)
-
Place the Datasets to
/AWD-Net/data/. -
Then this repo is collected as the following form:
|--AWD-Net |--data |--Pavia.mat |--PaviaU.mat |--Urban.mat |--Washington_DC.mat
python main.py
(1) Download the pretrained model zoo from and place them to /AWD-Net-main/checkpoints/.
(2) python test.py
This repo is based on SSRNET which is an exellent work.
