Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.38 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.38 KB

FuSENet

A keras based implementation of FuSENet as in paper "Fused Squeeze-and-Excitation Network for Spectral-Spatial Hyperspectral Image Classification."

Code Issues

You are requested to contact Subhrasankar Chatterjee for fix the code issues.

Citation

If you use this code in your research, we would appreciate a citation to the original:

@article{roy2020fusenet,
 title={FuSENet: Fused Squeeze-and-Excitation Network for Spectral-Spatial Hyperspectral Image Classification},
 author={Roy, Swalpa Kumar and Dubey, Shiv Ram and Chatterjee, Subhrasankar and Chaudhuri, Bidyut B.},
 journal={IET Image Processing},
 volume = {14(8)},
 pages = {1653 - 1661},
 year={2020}
 }

Acknowledgement

Part of this code is from a implementation of Classification of HSI using CNN by Konstantinos Fokeas and Gopal Krishna.

License

Copyright © 2020 Subhrasankar Chatterjee. Released under the MIT License. See LICENSE for details.