Views
No views yet
| field | value |
|---|---|
| architecture | UNetFormer, timm resnet18 encoder (ImageNet), global-local attention decoder |
| split mode | block |
| fold | 1 of 3 |
| seed | 42 |
| input | 512x512, ImageNet norm, effective GSD 0.586 m/px |
| classes | Residential, Road, River, Forest, UnusedLand, Agricultural |
| lr (dec/enc) | 0.0006 / 6e-05, AdamW wd 0.0001 |
| aux head weight | 0.4 |
| best epoch | 63 |
| val mIoU | 0.5315 |
| val mF1 | 0.6722 |
| val OA | 0.8156 |
| val kappa | 0.6616 |
| class | IoU | F1 |
|---|---|---|
| Residential | 0.8493 | 0.9185 |
| Road | 0.4358 | 0.6071 |
| River | 0.4844 | 0.6527 |
| Forest | 0.6681 | 0.8010 |
| UnusedLand | 0.2184 | 0.3585 |
| Agricultural | 0.5329 | 0.6952 |
block is sequence-block CV using an export-order proxy, not spatial CV.best.pt holds model_state plus cfg and metrics.