DARNet-CD: A Densely Attentive Refinement Network for Change Detection based on Very-High-Resolution Bi-Temporal Remote Sensing Images
This repo is the official implementation for DARNet proposed in the journal article "A Densely Attentive Refinement Network for Change Detection based on Very-High-Resolution Bi-Temporal Remote Sensing Images" accepted by IEEE Transactions on Geoscience and Remote sensing. More details about this work are described in the paper (https://ieeexplore.ieee.org/document/9734050).
- Python 3.7
- PyTorch 1.7.0
- Torchvision 0.8.0
Change detection in remote sensing images using conditional adversarial networks
Prepare the training/validation/testing datasets as the examples in data
directory.
python train.py
python evaluate.py
python inference.py
The pretrained models can be downloaded soon.
If you find this code useful and utilize it in your own research, please consider citing our article with the following bibtex:
@ARTICLE{9734050,
author={Li, Ziming and Yan, Chenxi and Sun, Ying and Xin, Qinchuan},
journal={IEEE Transactions on Geoscience and Remote Sensing},
title={A Densely Attentive Refinement Network for Change Detection based on Very-High-Resolution Bi-Temporal Remote Sensing Images},
year={2022},
volume={},
number={},
pages={1-1},
doi={10.1109/TGRS.2022.3159544}}
If you have any question about this code, please contact Ziming Li: [email protected]