01 / Computer vision
OrbitalVision
Aerial Building Footprint Segmentation
A PyTorch semantic-segmentation project using a custom TinyUNet encoder-decoder with skip connections to predict building footprints from Massachusetts satellite imagery. The goal wasn’t just a working model — it was understanding how a U-Net actually moves data through an encoder, a decoder, and the skip connections between them, and learning to test each piece in isolation before integrating the full pipeline, rather than building everything at once and debugging afterward.
- IoU
- 0.5280
- Dice
- 0.6901
Mean per-image scores on a 10-image held-out test split.
Full-resolution inference is not yet implemented.