Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.31 KB

Code for the JSTARS2020 article 'Delving into Classifying Hyperspectral Images via Graphical Adversarial Learning'.


* Environment & Main Dependencies

CentOS Linux release 7.2.1511 (Core)
Tesla K80 Graphic Processing Units
python 2.7.15
TensorFlow 1.14.0

* Usage

  • Download hyperspectral data and add them to ./dataset.
  • All the hyperparameters are in ./tflib/config.py.
    Set them to what you want when running a code.
  • Run
    python GAL.py -GPU 0
    to see GAL in the local mode on the Salinas dataset.

* Citation

@article{Wang20GAL,
author={Wang, Guangxing and Ren, Peng},
journal={IEEE J. Sel. Topics Appl. Earth Observ. Remote Sens.},
title={Delving into Classifying Hyperspectral Images via Graphical Adversarial Learning},
volume={13},
number={},
pages={2019-2031},
month={},
year={2020}
}