YOLOv8 vs YOLOv9
Compare YOLOv8 and YOLOv9 side-by-side.
Compare YOLOv8 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
YOLOv8 vs YOLOv9: Overview
YOLOv8 is an object detection and multi-task vision model developed by Ultralytics, released in January 2023 under the AGPL-3.0 license. It succeeds YOLOv5 and introduces an anchor-free detection head, a new C2f module for improved gradient flow, and a decoupled head that separates classification and regression tasks. These changes improve both accuracy and training efficiency compared to earlier Ultralytics models.
YOLOv8 supports object detection, instance segmentation, image classification, pose estimation, and oriented bounding box detection within a unified codebase. It is available in five sizes from Nano to Extra Large and exports to ONNX, TensorRT, CoreML, and other formats. YOLOv8 is one of the most widely adopted detection models in production and is directly supported by Roboflow Inference for custom model training and deployment.
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.
YOLOv8 vs YOLOv9 Comparison Table
| Property | YOLOv8 | YOLOv9 |
|---|---|---|
| Organization | Ultralytics | Academia Sinica |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Jan 2023 | Feb 2024 |
| Context Window | — | — |
| Parameters | 3.2M-68.2M | 2.0M-57.3M |
| License | AGPL 3.0 | GPL v3 |
| Vision Tasks | ||
| Object Detection | Demo (COCO) | |
| Model Features | ||
| Real-Time Vision | ||