YOLO11 vs YOLOX
Compare YOLO11 and YOLOX side-by-side.
Compare YOLO11 vs YOLOX 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 YOLOX: 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.
YOLOX is an anchor-free object detection model developed by Megvii (Face++), released in July 2021 under the Apache 2.0 license. It applies anchor-free detection to the YOLO framework, decoupling the classification and regression heads to allow each to optimize independently, and introduces the SimOTA label assignment strategy for improved training convergence. YOLOX achieves strong accuracy-speed tradeoffs and outperforms YOLOv5 on COCO at comparable model sizes.
YOLOX-L achieves 50.0% AP on COCO at 68.9 FPS on an NVIDIA V100 GPU. The model is available in a range of sizes from YOLOX-Nano to YOLOX-X and supports deployment through ONNX, TensorRT, and other standard export formats. It is suitable for real-time object detection applications and has been widely adopted in industrial and research detection pipelines.
YOLO11 vs YOLOX Comparison Table
| Property | YOLO11 | YOLOX |
|---|---|---|
| Organization | Ultralytics | Megvii |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Sep 2024 | Jul 2021 |
| Context Window | — | — |
| Parameters | 2.6M-56.9M | 0.91M-99.1M |
| License | AGPL 3.0 | Apache 2.0 |
| Vision Tasks | ||
| Object Detection | Demo (COCO) | |
| Instance Segmentation | Demo (COCO) | |
| Model Features | ||
| Real-Time Vision | ||