YOLO11 vs YOLOv9

Compare YOLO11 and YOLOv9 side-by-side.

Compare YOLO11 vs YOLOv9 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 YOLOv9: Overview

YOLO11

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.

YOLOv9

YOLOv9 is a real-time object detection model developed by Chien-Yao Wang and Hong-Yuan Mark Liao at Academia Sinica, released in February 2024 under the GPL-3.0 license. It introduces Programmable Gradient Information (PGI), a mechanism that preserves complete input information through auxiliary reversible branches during training to address information loss in deep network layers. It also introduces the Generalized Efficient Layer Aggregation Network (GELAN), which achieves better parameter utilization compared to prior CSP-based designs.

YOLOv9-C achieves 53.0% AP on COCO with 42% fewer parameters and 21% less computation than YOLOv8-C at comparable accuracy. YOLOv9-E achieves 55.6% AP. The model is deployable through Roboflow Inference and supports fine-tuning via the standard training pipeline in the official repository.

YOLO11 vs YOLOv9 Comparison Table

PropertyYOLO11YOLOv9
OrganizationUltralyticsAcademia Sinica
Categoryopenopen
Modalityvisionvision
Release DateSep 2024Feb 2024
Context Window
Parameters2.6M-56.9M2.0M-57.3M
LicenseAGPL 3.0GPL v3
Vision Tasks
Object DetectionDemo (COCO)
Instance SegmentationDemo (COCO)
Model Features
Real-Time Vision