CoolFace
Apppublic

yye/uavid-aerial-segmentation

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
App README

UAVid Semantic Segmentation — CABiNet & YOLO26 Model Zoo

Interactive demo of the **UAVid Semantic Segmentation Model Zoo** — pick any model from the dropdown and run it on an oblique aerial / drone urban scene, trained on the UAVid benchmark:

ModelmIoU (%)Params (M)FLOPs (GFLOPs)HF Weights
CABiNet (MobileNetV3-Large)68.609.1754.8link
CABiNet (MobileNetV3-Small)66.845.3644.1link
YOLO26x-sem64.4140.16430.9link
YOLO26l-sem63.2817.87192.4link
YOLO26m-sem61.9814.32152.3link
YOLO26s-sem61.696.5044.4link
YOLO26n-sem58.171.6311.4link

CABiNet (MobileNetV3-Large) is the top performer — it beats every YOLO26 variant, including the largest (YOLO26x), on mIoU while using a fraction of the compute.

Every pixel is classified into one of 8 classes: Clutter, Building, Road, Static Car, Tree, Vegetation, Human, Moving Car. The demo renders a colored overlay and a per-class legend for whichever model you select.

Example images are real UAVid validation frames from `dronefreak/UAVid-2020`.

Runs on ZeroGPU.