This code is used for our Survey paper: A Comprehensive Survey for Hyperspectral Image Classification: The Evolution from Conventional to Transformers. The paper is accessible on ArXiv via the following link: "https://arxiv.org/abs/2404.14955v2"
@misc{ahmad2024traditional, title={Traditional to Transformers: A Survey on Current Trends and Future Prospects for Hyperspectral Image Classification}, author={Muhammad Ahmad and Salvatore Distifano and Manuel Mazzara and Adil Mehmood Khan}, year={2024}, eprint={2404.14955}, archivePrefix={arXiv}, primaryClass={cs.CV} }
This code is used for our Survey paper: Traditional to Transformers: A Survey on Current Trends and Future Prospects for Hyperspectral Image Classification. The paper is accessible on ArXiv via the following link: "https://arxiv.org/abs/2404.14945"
@misc{ahmad2024traditional, title={Traditional to Transformers: A Survey on Current Trends and Future Prospects for Hyperspectral Image Classification}, author={Muhammad Ahmad and Salvatore Distifano and Manuel Mazzara and Adil Mehmood Khan}, year={2024}, eprint={2404.14955}, archivePrefix={arXiv}, primaryClass={cs.CV} }
This tool is compatible with Python 2.7 and Python 3.5+ and executed over Colab.
Several public hyperspectral datasets are available on the EHU. Users can download those beforehand.
An example dataset folder has the following structure:
Datasets
├── Indian Pines
│ ├── Indian_pines_corrected.mat
│ ├── Indian_pines_gt.mat
├── University of Houston
│ ├── UH.mat
│ └── UG_gt.mat
├── Pavia University
│ ├── PU.mat
│ └── PU_gt.mat
├── Salinas
│ ├── SA.mat
│ └── SA_gt.mat