From 19caf102229ac676e708b9631eb709a1a7cc459c Mon Sep 17 00:00:00 2001 From: likyoo Date: Thu, 2 Mar 2023 14:40:29 +0800 Subject: [PATCH] fix tinycd's threshold --- configs/tinycd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/tinycd/README.md b/configs/tinycd/README.md index 9557d38..e29eb89 100644 --- a/configs/tinycd/README.md +++ b/configs/tinycd/README.md @@ -32,7 +32,7 @@ In this paper, we present a lightweight and effective change detection model, ca | Method | Backbone | Crop Size | Lr schd | Mem (GB) | Precision | Recall | F1-Score | IoU | config | download | | :----: | :----------: | :-------: | :-----: | :------: | :-------: | :----: | :------: | :---: | :----------------------------------------------------------: | :------: | -| TinyCD | EfficientNet | 256x256 | 40000 | | 87.77 | 93.68 | 90.63 | 82.86 | [config](https://github.com/likyoo/open-cd/blob/main/configs/tinycd/tinycd_256x256_40k_levircd.py) | | +| TinyCD | EfficientNet | 256x256 | 40000 | | 91.87 | 89.89 | 90.87 | 83.26 | [config](https://github.com/likyoo/open-cd/blob/main/configs/tinycd/tinycd_256x256_40k_levircd.py) | | - All metrics are based on the category "change".