Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 672 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 672 Bytes

HyperSR

Pytorch implementation of " Deep hyperspectral image super-resolution with transformers (基于 Transformer的高光谱图像超分辨率重建)", SCIENTIA SINICA Informationis, 2023

Requirements

  • Python 3.6
  • PyTorch >= 1.8.0
  • numpy
  • prefetch_generator
  • sewar
  • scipy

Train on CAVE

python main.py

Test on CAVE

python test.py

Citation

@InProceedings{Wang2020Exploring,
  author    = {Wang, Longguang and Guo, Yulan and Lin, Zaiping, and Wang, Yingqian and An, Wei},
  title     = {Deep hyperspectral image super-resolution with transformers},
  booktitle = {SCIENTIA SINICA},
  year      = {2023},
}