YOLO11 vs YOLOv12
Compare YOLO11 and YOLOv12 side-by-side.
Compare YOLO11 vs YOLOv12 live
Run the same image across every model that supports a task and compare their outputs side-by-side.
These models don't share enough common tasks for a side-by-side demo. See the comparison table below for their capabilities.
Models in this comparison
YOLO11 vs YOLOv12 Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | YOLO11 | YOLOv12 |
|---|---|---|
| Organization | Ultralytics | THU-MIG |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Sep 2024 | Feb 2025 |
| Context Window | — | — |
| Parameters | 2.6M-56.9M | 2.6M-59.1M |
| License | AGPL 3.0 | AGPL 3.0 |
| Model Sizes input resolution per size variant | ||
| Nano | 640×640 | |
| Small | 1280×1280, 640×640 | |
| Medium | 1280×1280, 640×640 | |
| Large | 1280×1280, 640×640 | |
| XL | 1280×1280, 640×640 | |
| Vision Tasks | ||
| Instance Segmentation | Demo (COCO) | |
| Object Detection | Demo (COCO) | |
| Classification | ||
| Pose Estimation | ||
| Model Features | ||
| Real-Time Vision | ||
YOLO11 vs YOLOv12: Overview
YOLO11 is an object detection and multi-task vision model developed by Ultralytics, released in September 2024 under the AGPL-3.0 license. It is the latest generation in the Ultralytics YOLO series and supports object detection, instance segmentation, image classification, pose estimation, and oriented bounding box detection within a single unified framework. YOLO11 introduces architectural refinements that improve accuracy while reducing parameter count compared to YOLOv8 at equivalent model sizes.
YOLO11 is available in five model sizes from Nano to Extra Large and is deployable through the Ultralytics Python package, Roboflow Inference, and export formats including ONNX, TensorRT, and CoreML. It supports fine-tuning on custom datasets through the standard Ultralytics training API.
YOLOv12 is an attention-centric real-time object detection model developed by researchers at Tsinghua University, with the arXiv paper published in February 2025 under the AGPL-3.0 license. It introduces an Area Attention module that partitions feature maps into regions and applies self-attention within each region, reducing the quadratic complexity of full self-attention while capturing long-range dependencies. It also incorporates R-ELAN for improved feature aggregation and scaled residual connections for training stability.
YOLOv12-L achieves 54.0% AP on COCO, while the YOLOv12-N variant achieves 40.5% mAP at 1.62ms latency on an NVIDIA T4 GPU. The model is built on the Ultralytics codebase, supporting detection, segmentation, and other standard YOLO tasks at competitive real-time speeds.