GithubHelp home page GithubHelp logo

gzhuoyan / multimodal-remote-sensing-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from likyoo/multimodal-remote-sensing-toolkit

0.0 0.0 0.0 1.03 MB

A python tool to perform deep learning experiments on multimodal remote sensing data.

License: GNU General Public License v3.0

Python 100.00%

multimodal-remote-sensing-toolkit's Introduction

Deep Learning Methods for Multi-modal Remote Sensing Classification

authorlast commitlicense

Open In Colab

Houston2013

MMRS is a python tool to perform deep learning experiments on multi-modal remote sensing data.

This repository is developed on the top of DeepHyperX .

Models

Currently, the following deep learning methods are available:

Datasets

Quickstart using Colab

You can use MMRS on Google Colab Notebook without any installation. You can run all cells without any modifications to see how everything works.

Usage

Start a Visdom server: python -m visdom.server and go to http://localhost:8097 to see the visualizations.

Then, run the script main.py.

The most useful arguments are:

  • --model to specify the model (e.g. 'S2ENet', 'Middle_fusion_CNN'),
  • --dataset to specify which dataset to use (e.g. 'Houston2013', 'Trento'),
  • the --cuda switch to run the neural nets on GPU. The tool fallbacks on CPU if this switch is not specified.

There are more parameters that can be used to control more finely the behaviour of the tool. See python main.py -h for more information.

Examples:

!python main.py --model S2ENet --flip_augmentation --patch_size 7 --epoch 128 --lr 0.001 --batch_size 64 --seed 0 --dataset Houston2013 --folder '../' --train_set '../Houston2013/TRLabel.mat' --test_set '../Houston2013/TSLabel.mat' --cuda 0

For more features please refer to DeepHyperX.

Citation

If you find this work valuable or use our code in your own research, please consider citing us:

S. Fang, K. Li and Z. Li, "S²ENet: Spatial–Spectral Cross-Modal Enhancement Network for Classification of Hyperspectral and LiDAR Data," in IEEE Geoscience and Remote Sensing Letters, vol. 19, pp. 1-5, 2022, Art no. 6504205, doi: 10.1109/LGRS.2021.3121028.

Bibtex format :

@ARTICLE{9583936, author={Fang, Sheng and Li, Kaiyu and Li, Zhe}, journal={IEEE Geoscience and Remote Sensing Letters}, title={S²ENet: Spatial–Spectral Cross-Modal Enhancement Network for Classification of Hyperspectral and LiDAR Data}, year={2022}, volume={19}, number={}, pages={1-5}, doi={10.1109/LGRS.2021.3121028}}

multimodal-remote-sensing-toolkit's People

Contributors

likyoo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.