RPNet

授权协议 MIT License
开发语言 Python
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 微生高谊
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Hyperspectral Image Classification via a Random Patches Network

Matlab implementation of our method for hyperspectral image classification.

Paper

Hyperspectral Image Classification via a Random Patches Network

Please cite our paper if you find it useful for your research.

@article{rpnet,
  title={Hyperspectral image classification via a random patches network},
  author={Xu, Yonghao and Du, Bo and Zhang, Fan and Zhang, Liangpei},
  journal={ISPRS Journal of Photogrammetry and Remote Sensing},
  volume={142},
  pages={344--357},
  year={2018}
}

Installation

  • Clone this repo.
git clone https://github.com/YonghaoXu/RPNet

Dataset

  • We have uploaded the Indian Pines image and the corresponding annotations into the dataset folder.

Usage

  • Add the directory path for the dependencies files in RPNet.m.
addpath(genpath('/utils/'))
addpath(genpath('/dataset/'))

You may change these two commands according to your environment.

  • Run RPNet.m.

Acknowledgement

  • CCPD - rpnet 网络复盘 rpnet的代码库:https://github.com/detectRecog/CCPD 一、环境准备 1、环境版本依赖 python: pytorch(0.3.1), numpy(1.14.3), cv2(2.4.9.1). system: Cuda(release 9.1, V9.1.85) 2、环境搭建 2.1、Cuda 部分: 参考:https://b

相关阅读

相关文章

相关问答

相关文档