Noe commited on
Commit
3b77c5f
·
1 Parent(s): 7e323c9

Add prediction banner (LFS) to model card; remove citation

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +3 -5
  3. 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/historical-map-segmentation",
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
+ ![Input RGB strip and our ensemble's predictions on a region of map2](prediction_strip.png)
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

  • SHA256: 033352da8695acf507e0e5b123c1c8f8fd2d62fb4bd76eba9f864f2e1af8f103
  • Pointer size: 132 Bytes
  • Size of remote file: 7.16 MB