You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
5.2 KiB
75 lines
5.2 KiB
2 years ago
|
<div align="center">
|
||
2 years ago
|
<a href="https://github.com/ultralytics/ultralytics" target="_blank">
|
||
|
<img width="1024" src="https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png"></a>
|
||
2 years ago
|
<br>
|
||
2 years ago
|
<a href="https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml"><img src="https://github.com/ultralytics/ultralytics/actions/workflows/ci.yaml/badge.svg" alt="Ultralytics CI"></a>
|
||
|
<a href="https://zenodo.org/badge/latestdoi/264818686"><img src="https://zenodo.org/badge/264818686.svg" alt="YOLOv8 Citation"></a>
|
||
|
<a href="https://hub.docker.com/r/ultralytics/ultralytics"><img src="https://img.shields.io/docker/pulls/ultralytics/ultralytics?logo=docker" alt="Docker Pulls"></a>
|
||
|
<br>
|
||
|
<a href="https://console.paperspace.com/github/ultralytics/ultralytics"><img src="https://assets.paperspace.io/img/gradient-badge.svg" alt="Run on Gradient"/></a>
|
||
|
<a href="https://colab.research.google.com/github/ultralytics/ultralytics/blob/main/examples/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
|
||
|
<a href="https://www.kaggle.com/ultralytics/yolov8"><img src="https://kaggle.com/static/images/open-in-kaggle.svg" alt="Open In Kaggle"></a>
|
||
2 years ago
|
<br>
|
||
|
</div>
|
||
2 years ago
|
|
||
2 years ago
|
Welcome to the Ultralytics YOLOv8 documentation landing
|
||
|
page! [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics) is the latest version of the YOLO (You Only Look
|
||
|
Once) object detection and image segmentation model developed by [Ultralytics](https://ultralytics.com). This page
|
||
|
serves as the starting point for exploring the various resources available to help you get started with YOLOv8 and
|
||
|
understand its features and capabilities.
|
||
2 years ago
|
|
||
|
The YOLOv8 model is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of
|
||
|
object detection and image segmentation tasks. It can be trained on large datasets and is capable of running on a
|
||
|
variety of hardware platforms, from CPUs to GPUs.
|
||
|
|
||
|
Whether you are a seasoned machine learning practitioner or new to the field, we hope that the resources on this page
|
||
2 years ago
|
will help you get the most out of YOLOv8. For any bugs and feature requests please
|
||
|
visit [GitHub Issues](https://github.com/ultralytics/ultralytics/issues). For professional support
|
||
|
please [Contact Us](https://ultralytics.com/contact).
|
||
2 years ago
|
|
||
2 years ago
|
## A Brief History of YOLO
|
||
2 years ago
|
|
||
|
YOLO (You Only Look Once) is a popular object detection and image segmentation model developed by Joseph Redmon and Ali
|
||
|
Farhadi at the University of Washington. The first version of YOLO was released in 2015 and quickly gained popularity
|
||
|
due to its high speed and accuracy.
|
||
|
|
||
|
YOLOv2 was released in 2016 and improved upon the original model by incorporating batch normalization, anchor boxes, and
|
||
|
dimension clusters. YOLOv3 was released in 2018 and further improved the model's performance by using a more efficient
|
||
|
backbone network, adding a feature pyramid, and making use of focal loss.
|
||
|
|
||
|
In 2020, YOLOv4 was released which introduced a number of innovations such as the use of Mosaic data augmentation, a new
|
||
|
anchor-free detection head, and a new loss function.
|
||
|
|
||
2 years ago
|
In 2021, Ultralytics released [YOLOv5](https://github.com/ultralytics/yolov5), which further improved the model's
|
||
|
performance and added new features such as support for panoptic segmentation and object tracking.
|
||
2 years ago
|
|
||
|
YOLO has been widely used in a variety of applications, including autonomous vehicles, security and surveillance, and
|
||
|
medical imaging. It has also been used to win several competitions, such as the COCO Object Detection Challenge and the
|
||
|
DOTA Object Detection Challenge.
|
||
|
|
||
|
For more information about the history and development of YOLO, you can refer to the following references:
|
||
|
|
||
|
- Redmon, J., & Farhadi, A. (2015). You only look once: Unified, real-time object detection. In Proceedings of the IEEE
|
||
|
conference on computer vision and pattern recognition (pp. 779-788).
|
||
2 years ago
|
- Redmon, J., & Farhadi, A. (2016). YOLO9000: Better, faster, stronger. In Proceedings
|
||
|
|
||
2 years ago
|
## Ultralytics YOLOv8
|
||
2 years ago
|
|
||
2 years ago
|
[Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics) is the latest version of the YOLO object detection and
|
||
|
image segmentation model developed by Ultralytics. YOLOv8 is a cutting-edge, state-of-the-art (SOTA) model that builds
|
||
|
upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and
|
||
|
flexibility.
|
||
2 years ago
|
|
||
|
One key feature of YOLOv8 is its extensibility. It is designed as a framework that supports all previous versions of
|
||
|
YOLO, making it easy to switch between different versions and compare their performance. This makes YOLOv8 an ideal
|
||
|
choice for users who want to take advantage of the latest YOLO technology while still being able to use their existing
|
||
|
YOLO models.
|
||
|
|
||
|
In addition to its extensibility, YOLOv8 includes a number of other innovations that make it an appealing choice for a
|
||
|
wide range of object detection and image segmentation tasks. These include a new backbone network, a new anchor-free
|
||
|
detection head, and a new loss function. YOLOv8 is also highly efficient and can be run on a variety of hardware
|
||
|
platforms, from CPUs to GPUs.
|
||
|
|
||
|
Overall, YOLOv8 is a powerful and flexible tool for object detection and image segmentation that offers the best of both
|
||
2 years ago
|
worlds: the latest SOTA technology and the ability to use and compare all previous YOLO versions.
|