hotosm/vhr-building-segmentation
Viewer • Updated • 72.4k • 680 • 1
Building footprint segmentation for very-high-resolution aerial and satellite imagery. A frozen DINOv3 ViT-S/16 backbone with a trainable UperNet decoder, used in HOTOSM fAIr to extract building polygons from RGB imagery.
0.4371.model.onnx: self-contained inference graph (RGB tile -> building probability).model.ckpt: Lightning checkpoint for evaluation or further training.DINOv3 ViT-S/16, frozen. The UperNet decoder and segmentation head are the trained parameters.
Trained on hotosm/vhr-building-segmentation
(CC-BY-4.0 / ODbL).
CC-BY-4.0, following the training data. The DINOv3 backbone weights are subject to the separate DINOv3 license from their original release.
Base model
kshitijrajsharma/dinov3