Skip to content

HLImg/HSSD_official

Repository files navigation

Pytorch implementation of HSSD

Hybrid Spatial-spectral Neural Network for Hyperspectral Image Denosing

Gaussian Noise Denoising

python test_icvl_gaussian.py --arch=proposed_base_icvl --device='cuda' --index=1 --ckpt=model_zoo/proposed_dw/icvl_gaussian_base.ckpt --save_dir=./results/proposed_base

Complex Noise Denoising

python test_icvl_complex.py  --arch=proposed_base_icvl --device='cuda' --index=0 --ckpt=model_zoo/proposed_dw/icvl_complex_base.ckpt --save_dir=./results/proposed_base

Realistic Denoising

python test_realistic.py  --arch=proposed_base_real --device='cuda' --index=0 --ckpt=model_zoo/proposed_dw/realistic_base.ckpt --save_dir=./results/proposed_base

Model Zoo

All trained model parameter files can be found on Google Drive.

Test Data

ICVL iid Gaussian noise ICVL Complex Noise Realistic Dataset
Baidu Drive from SST BaiDu Drive from SST Google Drive

BibTex

@InProceedings{liang2024hybrid,
    author = {Liang, Hao and Ke Chengjie and Li, Kun},
    title = {Hybrid Spatial-spectral Neural Network for Hyperspectral Image Denoising},
    booktitle = {Proceedings of the European conference on computer vision (ECCV) workshops},
    year = {2024},
    organization={Springer}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published