Skip to content

121zzy/MATNet

Repository files navigation

MATNet: Multilevel Attention-Based Transformers for Change Detection in Remote Sensing Images

This repo is the PyTorch implementation of some works related to remote sensing tasks.

💬 Network Architecture

image-20210228153142126

Environment setting

Python 3.6.13
pytorch 1.9.1
torchvision 0.10.1+cpu

Please see requirements.txt for all the other requirements. You can create a virtual conda environment named ChangeFormer with the following cmd:

conda create --name MATNet --file requirements.txt
conda activate MATNet

Data structure

"""
Change detection data set with pixel-level binary labels;
├─A
├─B
├─label
└─list
"""

A: images of t1 phase;

B:images of t2 phase;

label: label maps;

list: contains train.txt, val.txt and test.txt, each file records the image names (XXX.png) in the change detection dataset.

You can download the processed LEVIR-CD and DSIFN-CD datasets by the DropBox through the following here:

💬 License

Code is released for non-commercial and research purposes only. For commercial purposes, please contact the authors.

💬 Citation

If you use this code for your research, please cite our paper:


💬 References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages