Views
No views yet
| field | value |
|---|---|
| architecture | MSCAN-T encoder + LightHamHead decoder (SegNeXt, NeurIPS 2022) |
| encoder init | ImageNet-1K, 100.0% of tensors loaded |
| params | 4.23 M |
| head fuse stride | 8 (stages [1, 2, 3]) |
| NMF rank / steps | R=16, 6 train / 7 eval |
| split mode | random |
| fold | 1 of 3 |
| seed | 42 |
| input | 512x512, ImageNet norm, effective GSD 0.586 m/px |
| classes | Residential, Road, River, Forest, UnusedLand, Agricultural |
| lr (head/encoder) | 0.0006 / 6e-05 |
| regularization | wd 0.01, drop_path 0.1, smooth 0.05, EMA True |
| best epoch | 162 |
| val mIoU | 0.5498 |
| val mF1 | 0.6967 |
| val OA | 0.7979 |
| val kappa | 0.6737 |
| class | IoU | F1 |
|---|---|---|
| Residential | 0.8371 | 0.9113 |
| Road | 0.4507 | 0.6213 |
| River | 0.4903 | 0.6580 |
| Forest | 0.6737 | 0.8050 |
| UnusedLand | 0.3614 | 0.5309 |
| Agricultural | 0.4854 | 0.6536 |
best.pt holds model_state (EMA weights when EMA is on), arch (the dict needed to rebuild the network), the run cfg, and metrics. Rebuild with segnext_model.py from this same repo. Model code derives from Visual-Attention-Network/SegNeXt (Apache-2.0).