This repository includes Pytorch implementation for the following paper:
Adaptive Graph-based Spectral-Spatial Fusion Network for Hyperspectral Image Classification, 2025.
Guanqun Ding, Leyuan Sun, Zizhi Huang, Ziyi Chen
(Paper)
The code repository is under construction and will be released soon.
You can install the envs from yml file by
conda env create -f environment.yml
The download links of datasets can be found in Datasets, we appreciate the Project's share of the collected links of the data.
After the preparation, you can run the script by
sh run_train_eval.sh
We appreciate the public codes of the Project.