Noe commited on
Commit ·
3b77c5f
1
Parent(s): 7e323c9
Add prediction banner (LFS) to model card; remove citation
Browse files- .gitattributes +1 -0
- README.md +3 -5
- prediction_strip.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -13,6 +13,8 @@ pipeline_tag: image-segmentation
|
|
| 13 |
|
| 14 |
# Historical Map Semantic Segmentation — Ensemble Checkpoints
|
| 15 |
|
|
|
|
|
|
|
| 16 |
Three U-Net + CBAM (EfficientNet-B5 encoder) checkpoints used as a 3-way
|
| 17 |
probability-averaging ensemble for 7-class semantic segmentation of historical
|
| 18 |
cartographic scans. Best Kaggle score: **0.77044** (`score = 0.6 · mIoU + 0.4 · macro-F1`).
|
|
@@ -42,7 +44,7 @@ from huggingface_hub import hf_hub_download
|
|
| 42 |
|
| 43 |
# Pull one checkpoint
|
| 44 |
ckpt_path = hf_hub_download(
|
| 45 |
-
repo_id="Noe-B/
|
| 46 |
filename="map2_specialist/map2_specialist.pth",
|
| 47 |
)
|
| 48 |
|
|
@@ -61,7 +63,3 @@ see the [`4_submit.py` script in the GitHub repo](https://github.com/VictorPache
|
|
| 61 |
|
| 62 |
- **Input:** RGB tile, `(3, 768, 768)`, ImageNet-normalised (`mean=[0.485, 0.456, 0.406]`, `std=[0.229, 0.224, 0.225]`)
|
| 63 |
- **Output:** logits, `(7, 768, 768)`; apply `sigmoid` then threshold (recommended `0.33`)
|
| 64 |
-
|
| 65 |
-
## Citation
|
| 66 |
-
|
| 67 |
-
Course: *Research Topics in Cartography*, ETH Zürich — Task 1 (2026).
|
|
|
|
| 13 |
|
| 14 |
# Historical Map Semantic Segmentation — Ensemble Checkpoints
|
| 15 |
|
| 16 |
+

|
| 17 |
+
|
| 18 |
Three U-Net + CBAM (EfficientNet-B5 encoder) checkpoints used as a 3-way
|
| 19 |
probability-averaging ensemble for 7-class semantic segmentation of historical
|
| 20 |
cartographic scans. Best Kaggle score: **0.77044** (`score = 0.6 · mIoU + 0.4 · macro-F1`).
|
|
|
|
| 44 |
|
| 45 |
# Pull one checkpoint
|
| 46 |
ckpt_path = hf_hub_download(
|
| 47 |
+
repo_id="Noe-B/historic-map-semantic-segmentation",
|
| 48 |
filename="map2_specialist/map2_specialist.pth",
|
| 49 |
)
|
| 50 |
|
|
|
|
| 63 |
|
| 64 |
- **Input:** RGB tile, `(3, 768, 768)`, ImageNet-normalised (`mean=[0.485, 0.456, 0.406]`, `std=[0.229, 0.224, 0.225]`)
|
| 65 |
- **Output:** logits, `(7, 768, 768)`; apply `sigmoid` then threshold (recommended `0.33`)
|
|
|
|
|
|
|
|
|
|
|
|
prediction_strip.png
ADDED
|
Git LFS Details
|