|
One more thing…
Marktechpost · Hands-on tutorial
A Tutorial on GeoAI: Designing Footprint Extraction from NAIP Imagery Using U-Net, Grounding DINO, SAM, and Mask R-CNN
After seven releases where the deployable artifact is an API, a partnership or a license, here is the counterpoint: a complete pipeline where everything runs. Raw NAIP aerial imagery in, cleaned and regularized building-footprint polygons out, end to end in one Colab notebook.
You train a U-Net with a ResNet-34 encoder on 512-pixel georeferenced chips, run sliding-window inference on an unseen scene, orthogonalize the predicted masks into polygons, and score IoU and F1. Then you compare three paradigms on the same scene: your trained model, zero-shot Grounding DINO plus SAM from text prompts, and a pretrained Mask R-CNN — and extend the pipeline to any real area using Microsoft Planetary Computer imagery and Overture Maps labels.
Read on Marktechpost → · GeoAI on GitHub
|