Skip to content
/ GAL Public

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

Notifications You must be signed in to change notification settings

gxwangupc/GAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages