YOLOE vs YOLOv10
Compare YOLOE and YOLOv10 side-by-side.
Compare YOLOE vs YOLOv10 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 YOLOv10 Comparison Table
Evals updated July 24, 2026Pricing updated July 25, 2026
| Property | YOLOE | YOLOv10 |
|---|---|---|
| Organization | THU-MIG | THU-MIG |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Mar 2025 | May 2024 |
| Context Window | — | — |
| Parameters | 10M-50M | 2.3M-29.5M |
| License | AGPL 3.0 | AGPL 3.0 |
| Model Sizes input resolution per size variant | ||
| Nano | 640×640 | |
| Small | 640×640 | |
| Medium | 640×640 | |
| Large | 640×640 | |
| XL | 640×640 | |
| Vision Tasks | ||
| Object Detection | Demo (COCO) | |
| Instance Segmentation | ||
| Open Vocabulary Object Detection | ||
| Model Features | ||
| Real-Time Vision | ||
| Zero-shot Detection | ||
YOLOE vs YOLOv10: 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.
YOLOv10 is a real-time end-to-end object detection model developed by THU-MIG at Tsinghua University, released in May 2024 under the AGPL-3.0 license. It introduces consistent dual assignments during training — using both one-to-many and one-to-one label assignment strategies — to eliminate the need for non-maximum suppression at inference time while maintaining competitive accuracy. This end-to-end design reduces inference latency compared to NMS-dependent detectors at similar accuracy levels.
YOLOv10-B achieves 52.7% AP on COCO with 46% lower latency than YOLOv9-C at comparable performance. The model is available in six sizes from Nano to Extra Large, built on the Ultralytics framework, and exportable to ONNX, TensorRT, and CoreML. YOLOv10 is suited for latency-sensitive deployment scenarios where post-processing overhead is a constraint.