From 15b5c5e1101090cf45be29a9b2a5d9b35b125305 Mon Sep 17 00:00:00 2001 From: Lin Manhui <bob1998425@hotmail.com> Date: Wed, 16 Dec 2020 20:14:37 +0800 Subject: [PATCH] Add deprecation notice --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 385c929..f06e1af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Fully Convolutional Siamese Networks for Change Detection +--- +This repo has been deprecated. Please see [CDLab](https://github.com/Bobholamovic/CDLab), which includes more architectures and datasets. +--- + This is an unofficial implementation of the paper > Rodrigo Caye Daudt, Bertrand Le Saux, Alexandre Boulch. (2018, October). Fully convolutional siamese networks for change detection. In 2018 25th IEEE International Conference on Image Processing (ICIP) (pp. 4063-4067). IEEE. @@ -52,4 +56,4 @@ You can check the model weight files in `exp/base/weights/`, the log files in `e - 2020.3.14 Add configuration files. - 2020.4.14 Detail README.md. -- 2020.12.8 Update framework. \ No newline at end of file +- 2020.12.8 Update framework. -- GitLab