Switch language한국어
Back to the list

A Tutorial on GeoAI: Designing Footprint Extraction from NAIP Imagery Using U-Net, Grounding DINO, SAM, and Mask R-CNN

TL;DR AI

Key summary

2 min read
  1. This tutorial builds a GeoAI pipeline to extract building footprints from NAIP aerial imagery.

  2. It covers preparing NAIP imagery and building labels, training a U-Net with a ResNet-34 encoder, and running sliding-window inference plus polygon conversion.

  3. Results are evaluated with IoU and F1, while Grounding DINO + SAM zero-shot segmentation and a pretrained Mask R-CNN are also compared.

  4. The workflow is then applied to real areas using Microsoft Planetary Computer and Overture Maps data.

Read the original