Skip to content

Improving crop type mapping by integrating LSTM with temporal random masking and pixel-set spatial information

Notifications You must be signed in to change notification settings

BruceKai/Mask-PSTIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Improving crop type mapping by integrating LSTM with temporal random masking and pixel-set spatial information

This is an official implementation of the "Improving crop type mapping by integrating LSTM with temporal random masking and pixel-set spatial information". The overall structure of Mask-PSTIN. image

The temporal random masking technique. image

The architecture of pixel-set aggregation encoder (PSAE) image

Requirement

PyTorch
Numpy
tqdm

Usage

The ground truth data of Auvergne, France can be downloaded in https://geoservices.ign.fr/rpg The specific class information in this region is listed as follows:

0: Others
1: Winter wheat
2: Corn
3: Winter rye
4: Winter barley
5: Sunflower
6: Rapeseed

Data Format of Auvergne, France

data
└── <train>
    ├── data.npy # time-series satellite image patches with size of (n,t*c,h,w).
    ├── lbl.npy # ground truth 
└── <val>
    ├── data.npy
    ├── lbl.npy

About

Improving crop type mapping by integrating LSTM with temporal random masking and pixel-set spatial information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages