Awesome
SAR_CD_MS_CapsNet
Code for the paper "Change Detection in SAR Images Based on Multiscale Capsule Network" , IEEE Geoscience and Remote Sensing Letters, vol. 18, no. 3, pp. 484-488, March 2021.
If you have any queries, please do not hesitate to contact me (gaoyunhao128@163.com gaofeng@ouc.edu.cn).More codes can be obtained from http://feng-gao.cn
Run this code by the following procedures:
- Difference image can be obained by neighborhood ratio: "DI_generation.m". (Matlab 2012a)
- Opening the terminal and running this script: "python Ms_CapsNet.py". (Ubuntu-16.04.1 Keras-2.1.6)
In our implementations, we reference the code from Xifeng Guo and Yushi Chen: