nilsleh/spacenet2
Updated • 40
| Stage | Backbone | Dataset | Metric |
|---|---|---|---|
| Segmentation | U‑Net (ResNet‑50 encoder) | SpaceNet v2 | IoU 0.766 |
| Damage CLS | ViT‑B/16 | xBD | Acc 0.856 |
from solars import load_seg_model, load_dmg_model
mask = load_seg_model().predict("image.tif")
labels = load_dmg_model().predict_patches("image.tif", mask)
Rapid mapping after earthquakes, floods, conflicts. Not for safety‑critical decisions without human review.
City bias (4 training cities), damage‑class imbalance, RGB‑only.
See GitHub repo for configs. AdamW, FP16, cosine schedule. (https://github.com/tugcantopaloglu/solarscanner-solars-paper-deep-learning)
| Task | Score |
|---|---|
| IoU | 0.766 |
| Acc | 0.856 |
@unpublished{topaloglu2025solars,
author = {Tuğcan Topaloğlu},
title = {{SolarScanner}: Two‑Stage Deep Learning for Post‑Disaster Building Damage Assessment},
year = {2025}
}
Base model
google/vit-base-patch16-224-in21k