card epoch 62
Browse files
README.md
CHANGED
|
@@ -19,20 +19,20 @@ Weights are the **EMA** weights (decay 0.999), not the raw final weights.
|
|
| 19 |
| input | 512x512, ImageNet norm, effective GSD 0.586 m/px |
|
| 20 |
| regularization | wd 0.01 (norm/bias exempt), ls 0.05, drop 0.1, EMA 0.999 |
|
| 21 |
| classes | Residential, Road, River, Forest, UnusedLand, Agricultural |
|
| 22 |
-
| best epoch |
|
| 23 |
-
| val mIoU | 0.
|
| 24 |
-
| val mF1 | 0.
|
| 25 |
-
| val OA | 0.
|
| 26 |
-
| val kappa | 0.
|
| 27 |
|
| 28 |
## Per-class (validation)
|
| 29 |
| class | IoU | F1 |
|
| 30 |
|---|---|---|
|
| 31 |
-
| Residential | 0.
|
| 32 |
-
| Road | 0.
|
| 33 |
-
| River | 0.
|
| 34 |
-
| Forest | 0.
|
| 35 |
-
| UnusedLand | 0.
|
| 36 |
-
| Agricultural | 0.
|
| 37 |
|
| 38 |
Checkpoint `best.pt` holds `model_state` (EMA) plus `cfg`, `metrics` and `arch_sig`.
|
|
|
|
| 19 |
| input | 512x512, ImageNet norm, effective GSD 0.586 m/px |
|
| 20 |
| regularization | wd 0.01 (norm/bias exempt), ls 0.05, drop 0.1, EMA 0.999 |
|
| 21 |
| classes | Residential, Road, River, Forest, UnusedLand, Agricultural |
|
| 22 |
+
| best epoch | 62 |
|
| 23 |
+
| val mIoU | 0.4516 |
|
| 24 |
+
| val mF1 | 0.5807 |
|
| 25 |
+
| val OA | 0.7898 |
|
| 26 |
+
| val kappa | 0.6255 |
|
| 27 |
|
| 28 |
## Per-class (validation)
|
| 29 |
| class | IoU | F1 |
|
| 30 |
|---|---|---|
|
| 31 |
+
| Residential | 0.8310 | 0.9077 |
|
| 32 |
+
| Road | 0.3965 | 0.5678 |
|
| 33 |
+
| River | 0.1329 | 0.2346 |
|
| 34 |
+
| Forest | 0.6495 | 0.7875 |
|
| 35 |
+
| UnusedLand | 0.1763 | 0.2998 |
|
| 36 |
+
| Agricultural | 0.5232 | 0.6870 |
|
| 37 |
|
| 38 |
Checkpoint `best.pt` holds `model_state` (EMA) plus `cfg`, `metrics` and `arch_sig`.
|