Add visuals in guides/distance-calculation.md (#7876)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
80a6e20a93
commit
51fb3d607e
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ keywords: Ultralytics, YOLOv8, Object Detection, Distance Calculation, Object Tr
|
||||||
|
|
||||||
Measuring the gap between two objects is known as distance calculation within a specified space. In the case of [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), the bounding box centroid is employed to calculate the distance for bounding boxes highlighted by the user.
|
Measuring the gap between two objects is known as distance calculation within a specified space. In the case of [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), the bounding box centroid is employed to calculate the distance for bounding boxes highlighted by the user.
|
||||||
|
|
||||||
|
## Visuals
|
||||||
|
|
||||||
|
| Distance Calculation using Ultralytics YOLOv8 |
|
||||||
|
|:-----------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||||
|
|  |
|
||||||
|
|
||||||
## Advantages of Distance Calculation?
|
## Advantages of Distance Calculation?
|
||||||
|
|
||||||
- **Localization Precision:** Enhances accurate spatial positioning in computer vision tasks.
|
- **Localization Precision:** Enhances accurate spatial positioning in computer vision tasks.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue