YOLOE vs YOLOv12
Compare YOLOE and YOLOv12 side-by-side.
Compare YOLOE 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
YOLOE vs YOLOv12 Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | YOLOE | YOLOv12 |
|---|---|---|
| Organization | THU-MIG | THU-MIG |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Mar 2025 | Feb 2025 |
| Context Window | — | — |
| Parameters | 10M-50M | 2.6M-59.1M |
| License | AGPL 3.0 | AGPL 3.0 |
| Vision Tasks | ||
| Instance Segmentation | ||
| Object Detection | ||
| Classification | ||
| Pose Estimation | ||
| Model Features | ||
| Real-Time Vision | ||
| Zero-shot Detection | ||
YOLOE vs YOLOv12: Overview
YOLOE (YOLO with Everything) is an open-vocabulary object detection and segmentation model developed by THU-MIG at Tsinghua University, released in March 2025 under the AGPL-3.0 license. It extends the YOLO architecture to support open-vocabulary detection through text and visual prompts, enabling the model to detect arbitrary object categories beyond a fixed training set without retraining. The design integrates prompt encoding directly into the YOLO framework while preserving real-time inference speed.
YOLOE is evaluated on COCO and LVIS benchmarks and supports both closed-set and open-vocabulary detection modes. It is built on the Ultralytics codebase and maintains compatibility with standard YOLO training and export workflows. YOLOE is suited for applications requiring flexible, prompt-driven object detection where the target object vocabulary may change at inference time.
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.