You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretrained models for CDD, LEVIR-CD and WHU-CD are available. You can download them from the following link.
[Baiduyun] the password is yudl. [GoogleDrive]
Test
Before test, please download datasets and pretrained models. Revise the data-path in constants.py to your path. Copy pretrained models to folder './dataset_name/outputs/best_weights', and run the following command:
cd CSA-CDGAN_ROOT
python make_dataset.py
python test.py
make_dataset.py can generate .txt files for training, validation and test. Not that the dataset structure should be the same as following:
If you use this repository or would like to refer the paper, please use the following BibTex entry.
@article{wang2022csa,
title={CSA-CDGAN: channel self-attention-based generative adversarial network for change detection of remote sensing images},
author={Wang, Zhixue and Zhang, Yu and Luo, Lin and Wang, Nan},
journal={Neural Computing and Applications},
pages={1--15},
year={2022},
publisher={Springer}
}
Reference
-Akcay, Samet, Amir Atapour-Abarghouei, and Toby P. Breckon. "Ganomaly: Semi-supervised anomaly detection via adversarial training." Asian conference on computer vision. Springer, Cham, 2018.