Project
Before → After → Which Buildings, How Badly
Grading building damage after a disaster from satellite image pairs.
01The question
After a hurricane, which buildings are gone, before anyone can drive there?
Two satellite images of the same streets, one before and one after. Find every building, then grade how badly each one was hit.
before
after
buildings found
damage graded
02What it does
03Results
- 0.86F-score, finding buildings, held-out test
- 0.76F-score, grading damage, held-out test
- 850Klabelled building polygons trained on
Shipped as a web app
Upload a before and an after, get the graded map back. Two models on one GPU box behind a Flask endpoint, plain HTML in front.

04What it led to
- The practice’s first computer-vision delivery, and the start of everything on this page that reads the world from above.
- Same shape as the LiDAR work five years later: find the asset, then measure what changed.