Giter Site home page Giter Site logo

0zgur0 / multi-stage-convstar-network Goto Github PK

View Code? Open in Web Editor NEW
53.0 3.0 19.0 85.15 MB

[RSE 2021] Crop mapping from image time series: deep learning with multi-scale label hierarchies

Python 100.00%
deep-learning pytorch rnn convolutional-neural-networks convlstm-network lstm-neural-networks gru crop-classification remote-sensing

multi-stage-convstar-network's Introduction

ms-convSTAR

Pytorch implementation for hierarchical time series classification with multi-stage convolutional RNN described in:

Crop mapping from image time series: deep learning with multi-scale label hierarchies. Turkoglu, Mehmet Ozgur and D'Aronco, Stefano and Perich, Gregor and Liebisch, Frank and Streit, Constantin and Schindler, Konrad and Wegner, Jan Dirk. Remote Sensing of Environment, 2021.

If you find our work useful in your research, please consider citing our paper:

@article{turkoglu2021msconvstar,
  title={Crop mapping from image time series: deep learning with multi-scale label hierarchies},
  author={Turkoglu, Mehmet Ozgur and D'Aronco, Stefano and Perich, Gregor and Liebisch, Frank and Streit, Constantin and Schindler, Konrad and Wegner, Jan Dirk},
  journal={Remote Sensing of Environment},
  volume={264},
  year={2021},
  publisher={Elsevier}
}

ZueriCrop Dataset

Download the dataset via https://polybox.ethz.ch/index.php/s/uXfdr2AcXE3QNB6

Getting Started

Train the model e.g., for fold:1 with

python3 train.py --data /path/to/data --fold 1

Test the trained model e.g., for fold:1 with

python3 test.py --data /path/to/data --fold 1 --snapshot /path/to/trained_model

multi-stage-convstar-network's People

Contributors

0zgur0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

multi-stage-convstar-network's Issues

The problem about ZueriCrop dataset

We are very interested in this dataset but have some confusion for this dataset.
In this paper, I learned that the input image sizes are H = W = 24, B = 4 and sequence length is T = 71. But the size of "data" in the dataset is (27977,142,24,24,9). I am very confused about the time dimension (Second dimension). Why is not72 but is 142.

We look forward to your reply.

Spectral Bands order

Hello. What is the order of the spectral bands in your data if I want to use all 9 bands? Could you please tell me each of the 9 channels (bands) you have in your data corresponds to which spectral bands? For instance, the fourth channel corresponds to NIR? SWIR?....

52 Classes instead of 48

Hello. When I generate the data using your data loader, the label is indexed from 0 to 51, which is different from what has been mentioned in your paper. I investigated your code and I realized that the labels 0, 47, 25, and 35 belong to "0_unkown", "Waters", "Non agriculture", and "Special cultures" respectively. These classes are not among those 48 classes in the paper. To my understanding, to obtain the 48 classes mentioned in the paper, I should remove the labels 0, 47, 25, and 35 (and their corresponding pixels) from the data. Am I correct? Could you please confirm that?

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.