Upload folder using huggingface_hub
Browse files- demo_tiles.npz +3 -0
- manifest.json +39 -0
- oof_metrics.csv +0 -0
demo_tiles.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbd022afbf0df86cfc597c250ad2533d483a5d09517bd8b1d91a054d5ceb5013
|
| 3 |
+
size 6468659
|
manifest.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fold": 0,
|
| 3 |
+
"gt_coverage_threshold": 0.1,
|
| 4 |
+
"channels": {
|
| 5 |
+
"building": 0,
|
| 6 |
+
"vegetation": 1,
|
| 7 |
+
"water": 2,
|
| 8 |
+
"height": 3
|
| 9 |
+
},
|
| 10 |
+
"best_thresholds": {
|
| 11 |
+
"building": 0.6,
|
| 12 |
+
"vegetation": 0.6,
|
| 13 |
+
"water": 0.85
|
| 14 |
+
},
|
| 15 |
+
"n_oof_tiles": 361,
|
| 16 |
+
"n_delmask_excluded": 44,
|
| 17 |
+
"demo_tiles": {
|
| 18 |
+
"1436_KE": "seg_building_best",
|
| 19 |
+
"1929_GJ": "seg_building_median",
|
| 20 |
+
"1119_RE": "seg_building_worst",
|
| 21 |
+
"1539_GG": "height_building_best",
|
| 22 |
+
"1485_KE": "height_building_median",
|
| 23 |
+
"1451_KE": "height_building_worst",
|
| 24 |
+
"1480_KE": "building_dense",
|
| 25 |
+
"1475_KE": "building_dense",
|
| 26 |
+
"1452_KE": "tall_buildings",
|
| 27 |
+
"0815_NQ": "water_rich",
|
| 28 |
+
"0813_NQ": "water_rich",
|
| 29 |
+
"1533_GG": "typical",
|
| 30 |
+
"1464_KE": "typical"
|
| 31 |
+
},
|
| 32 |
+
"model": {
|
| 33 |
+
"name": "GatedPixelFusionHybridLightUNet (U-Net++ variant)",
|
| 34 |
+
"pixel_channels": 192,
|
| 35 |
+
"token_channels": 3072,
|
| 36 |
+
"params_M": 12.68
|
| 37 |
+
},
|
| 38 |
+
"note": "fold-0 single-model (U-Net++ seed0) OOF predictions; the submission ensembles 25 member-folds + per-class height calibration."
|
| 39 |
+
}
|
oof_metrics.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|