mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00
Add https://youtu.be/q7LwPoM7tSQ to guides/yolo-performance-metrics.md
(#8114)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
5cb05a85c7
commit
f5db31fe43
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip wheel build twine
|
python -m pip install --upgrade pip wheel build twine
|
||||||
|
pip install "git+https://github.com/squidfunk/mkdocs-material@master"
|
||||||
pip install -e ".[dev]" --extra-index-url https://download.pytorch.org/whl/cpu
|
pip install -e ".[dev]" --extra-index-url https://download.pytorch.org/whl/cpu
|
||||||
- name: Check PyPI version
|
- name: Check PyPI version
|
||||||
shell: python
|
shell: python
|
||||||
|
@ -14,7 +14,7 @@ Measuring the gap between two objects is known as distance calculation within a
|
|||||||
|
|
||||||
| Distance Calculation using Ultralytics YOLOv8 |
|
| Distance Calculation using Ultralytics YOLOv8 |
|
||||||
|:-----------------------------------------------------------------------------------------------------------------------------------------------:|
|
|:-----------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||||
|  |
|
|  |
|
||||||
|
|
||||||
## Advantages of Distance Calculation?
|
## Advantages of Distance Calculation?
|
||||||
|
|
||||||
|
@ -10,6 +10,17 @@ keywords: YOLOv8, Performance metrics, Object detection, Intersection over Union
|
|||||||
|
|
||||||
Performance metrics are key tools to evaluate the accuracy and efficiency of object detection models. They shed light on how effectively a model can identify and localize objects within images. Additionally, they help in understanding the model's handling of false positives and false negatives. These insights are crucial for evaluating and enhancing the model's performance. In this guide, we will explore various performance metrics associated with YOLOv8, their significance, and how to interpret them.
|
Performance metrics are key tools to evaluate the accuracy and efficiency of object detection models. They shed light on how effectively a model can identify and localize objects within images. Additionally, they help in understanding the model's handling of false positives and false negatives. These insights are crucial for evaluating and enhancing the model's performance. In this guide, we will explore various performance metrics associated with YOLOv8, their significance, and how to interpret them.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<br>
|
||||||
|
<iframe loading="lazy" width="720" height="405" src="https://www.youtube.com/embed/q7LwPoM7tSQ"
|
||||||
|
title="YouTube video player" frameborder="0"
|
||||||
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||||
|
allowfullscreen>
|
||||||
|
</iframe>
|
||||||
|
<br>
|
||||||
|
<strong>Watch:</strong> Ultralytics YOLOv8 Performance Metrics | MAP, F1 Score, Precision, IOU & Accuracy
|
||||||
|
</p>
|
||||||
|
|
||||||
## Object Detection Metrics
|
## Object Detection Metrics
|
||||||
|
|
||||||
Let’s start by discussing some metrics that are not only important to YOLOv8 but are broadly applicable across different object detection models.
|
Let’s start by discussing some metrics that are not only important to YOLOv8 but are broadly applicable across different object detection models.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user