YOLO Vision 2026:
Ultralytics YOLO

YOLO oriented object detection

Detect objects at any angle with rotated bounding boxes. Ultralytics YOLO26 OBB models fit ships, vehicles, buildings, and text tightly where axis-aligned boxes overlap and fail — ideal for aerial and satellite imagery.

YOLO26 OBB models

YOLO26-obb models predict rotated bounding boxes at 1024-pixel resolution, built for aerial and satellite imagery where objects appear at arbitrary angles. Five sizes trade speed against accuracy, and all fine-tune on custom rotated-box datasets with the standard workflow.

pip install ultralytics
from ultralytics import YOLO

# Load a YOLO26 OBB model
model = YOLO("yolo26n-obb.pt")

# Run inference
results = model("image.jpg")
ModelSize (px)mAP 50-95 (e2e)mAP 50 (e2e)CPU ONNX (ms)T4 TensorRT (ms)Params (M)FLOPs (B)
YOLO26n-obb102452.478.997.7 ± 0.92.8 ± 0.02.514.0
YOLO26s-obb102454.880.9218.0 ± 1.44.9 ± 0.19.855.1
YOLO26m-obb102455.381.0579.2 ± 3.810.2 ± 0.321.2183.3
YOLO26l-obb102456.281.6735.6 ± 3.113.0 ± 0.225.6230.0
YOLO26x-obb102456.781.71485.7 ± 11.530.5 ± 0.957.6516.5

YOLO26 oriented detection benchmarks from the Ultralytics docs.

Trusted by the world's leading organizations

DuolingoShellSiemensRenaultPhilipsNEURA RoboticsMercado LibreTata SteelFlock SafetyIntelDefense Intelligence AgencyDHL
DuolingoShellSiemensRenaultPhilipsNEURA RoboticsMercado LibreTata SteelFlock SafetyIntelDefense Intelligence AgencyDHL
DuolingoShellSiemensRenaultPhilipsNEURA RoboticsMercado LibreTata SteelFlock SafetyIntelDefense Intelligence AgencyDHL

Our models' impact

Streamline processes across industries with our cutting-edge vision AI models. Speed, accuracy and ease-of-use powered by Ultralytics.

GitHubGitHub stars
Downloads
Ultralytics YOLO usages / day
Open-source contributors

The evolution of Ultralytics YOLO models

See how Ultralytics YOLO evolved from the practical YOLOv5 workflow to edge-ready YOLO26 inference.

Made real-time object detection accessible with a fast, practical PyTorch workflow.

Expanded the unified workflow across detection, segmentation, classification, pose, and OBB.

Improved accuracy, speed, and efficiency while preserving the familiar Ultralytics workflow.

Introduced end-to-end inference and an architecture optimized for efficient edge deployment.

Image annotation interface using smart segmentation to label an object.

Label up to 10x faster with smart annotation

Ultralytics Platform gives you the image annotation tool to build high-quality datasets faster. From smart annotation to precise manual editing, these features are designed to reduce image labeling time without sacrificing quality.

  • SAM-powered smart annotation: Masks and bounding boxes in one click.
  • Full AI task coverage: Detection, instance segmentation, semantic segmentation, classification, pose, OBB.
  • Universal format support: Your choice of YOLO, COCO, and more.
  • Team review and versioning: Clear collaboration at every step.

Deploy Anywhere

Export to 20 formats and deploy across edge, cloud, and mobile.

Explore industry solutions

See how teams apply Ultralytics computer vision across production environments.

Frequently asked questions

  • Oriented object detection predicts rotated bounding boxes that match each object's actual orientation instead of axis-aligned rectangles. For elongated or densely packed objects — ships in a harbor, vehicles in a parking lot, text lines on a document — rotated boxes fit tightly and avoid the overlap that makes standard boxes ambiguous.

  • Use OBB when objects appear at arbitrary rotations and their orientation or tight extent matters: aerial and satellite imagery, drone inspection, document analysis, and industrial scenes viewed from above. If objects are mostly upright and orientation is irrelevant, standard object detection is simpler and equally effective.

  • Ultralytics YOLO26 OBB models are the recommended starting point, pretrained on the DOTA aerial imagery benchmark and available in sizes from nano to extra-large. They share the same training, validation, and export workflow as every other Ultralytics YOLO task.

  • Annotate rotated boxes in YOLO OBB format and run train mode, or use Ultralytics Platform to annotate, train on cloud GPUs, and evaluate results in the browser. Fine-tuning from DOTA-pretrained weights is the fastest path for most aerial datasets.

  • Export OBB models with export mode to ONNX, TensorRT, OpenVINO, and other formats. Rotated-box outputs are produced directly by the exported model, keeping inference pipelines simple on edge devices, drones, and servers.

Build oriented detection with Ultralytics

Annotate rotated boxes, train YOLO26 OBB models, and deploy them anywhere with Ultralytics Platform.