Authors: Ze Song, Xiaohui Wei, Xudong Kang, Shutao Li, and Jinyang Liu.
Code implementation of "Toward Efficient Remote Sensing Image Change Detection via Cross-Temporal Context Learning". IEEE TGRS 2023.Paper
To train CCLNet with costumed path:
sh ./scripts/run_cd.shTo test with trained model:
sh ./scripts/eval.shPlease cite our paper if you find the work useful, thanks!
@article{song2023towards,
title={Towards Efficient Remote Sensing Image Change Detection via Cross-temporal Context Learning},
author={Song, Ze and Wei, Xiaohui and Kang, Xudong and Li, Shutao and Liu, Jinyang},
journal={IEEE Transactions on Geoscience and Remote Sensing},
year={2023},
publisher={IEEE}
}