Add credits
@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Refer to
# https://github.com/GeoZcx/A-deeply-supervised-image-fusion-network-for-change-detection-in-remote-sensing-images .
import paddle
import paddle.nn as nn
import paddle.nn.functional as F
@ -12,6 +12,8 @@
# Refer to https://github.com/likyoo/Siam-NestedUNet .
# Transferred from https://github.com/rcdaudt/fully_convolutional_change_detection/blob/master/unet.py .
# Transferred from https://github.com/rcdaudt/fully_convolutional_change_detection/blob/master/siamunet_conc.py .
# Transferred from https://github.com/rcdaudt/fully_convolutional_change_detection/blob/master/siamunet_diff.py .