SDG-DSB: Spectral Degradation Guided Diffusion Schrödinger Bridge for Hyperspectral Images Super-Resolution
This is the official pytorch code for "SDG-DSB: Spectral Degradation Guided Diffusion Schrödinger Bridge for Hyperspectral Images Super-Resolution", which has been accepted by TGRS2025.
conda env create --file requirements.yaml python=3
conda activate sdgdsbDownload the weight file 256x256_diffusion_uncond.pt from Google Drive to the data directory, and download latest.pt to the results/sr4x-bicubic directory.
python sample.py --clip-denoise --use-cddb-deepSome of the codes and pre-trained checkpoints are built upon CDDB and I2SB.