Welcome to HSIR#

PyPI

Out-of-box Hyperspectral Image Restoration Toolbox

Install#

pip install hsir

Usage#

Here are some runable examples, please refer to the code for more options.

python hsirun/train.py -a qrnn3d.qrnn3d
python hsirun/test.py -a qrnn3d.qrnn3d -r qrnn3d.pth -t icvl_512_50

Acknowledgement#

Citation#

If you find this repo helpful, please considering citing us.

@misc{hsir,
    author={Zeqiang Lai, Miaoyu Li, Ying Fu},
    title={HSIR: Out-of-box Hyperspectral Image Restoration Toolbox},
    year={2022},
    url={https://github.com/bit-isp/HSIR},
}

Visitors