diff --git a/README.md b/README.md index 385c929c4d11af727671017608d3c0fbbc76d40b..f06e1af64d9be98af08c6986433c6ad4debe2d05 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.