加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
%
% A-SPN: Attention-Based Second-Order Pooling Network for Hyperspectral Image Classification DEMO.
%        Version: 1.0
%        Date   : May 2021
%
%    This demo shows the A-SPN model for hyperspectral image classification.
%
%    main.py ....... A main script executing experiments upon IP, PU, and HU data sets.
%    data.py ....... A script implementing various data manipulation functions.
%    function.py ....... A script implementing the training function, the test function, and etc.
%    model.pyd ....... A script implementing the SPN and A-SPN models.
% 
%    /Dataset ............... The folder including the IP, PU, and HU data sets, where "DS" represents spatially disjoint.
%    /temp_vars ............... The folder storing temporary results of PCA preprocessing.
%    /logs ............... The folder containing a script guiding to TensorBoard usage.
%
%   --------------------------------------
%   Note: Required core python libraries
%   --------------------------------------
%   1. python 3.7
%   2. tensorflow-gpu 1.14.0
%   3. tensorboard 1.14.0
%   4. Keras 2.2.5
%   5. opencv-python 4.4.0.46
%   6. h5py 2.10.0
%   7. matplotlib 3.3.0
%   8. numpy 1.19.4
%   9. scipy 1.5.4
%   --------------------------------------
%   Cite:
%   --------------------------------------
%
%   [1] Z. Xue, M. Zhang, Y. Liu and P. Du, "Attention-Based Second-Order Pooling Network for Hyperspectral Image Classification," in IEEE Transactions on Geoscience and Remote Sensing, doi: 10.1109/TGRS.2020.3048128.
%
%   --------------------------------------
%   Copyright & Disclaimer
%   --------------------------------------
%
%   The programs contained in this package are granted free of charge for
%   research and education purposes only. 
%
%   Copyright (c) 2021 by Zhaohui Xue & Mengxue Zhang
%   zhaohui.xue@hhu.edu.cn & mengxue_zhang@hhu.edu.cn
%   --------------------------------------
%   For full package:
%   --------------------------------------
%   https://sites.google.com/site/zhaohuixuers/

空文件

简介

暂无描述 展开 收起
Python
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化