Skip to content

Commit

Permalink
Add visuals in guides/distance-calculation.md (ultralytics#7876)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
2 people authored and gkinman committed May 30, 2024
1 parent 7656820 commit 7727d37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/guides/distance-calculation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## Visuals

| Distance Calculation using Ultralytics YOLOv8 |
|:-----------------------------------------------------------------------------------------------------------------------------------------------:|
| ![Ultralytics YOLOv8 Distance Calculation](https://github.com/RizwanMunawar/RizwanMunawar/assets/62513924/940fe793-f34c-44e6-8cd7-c2153fde837b) |

## Advantages of Distance Calculation?

- **Localization Precision:** Enhances accurate spatial positioning in computer vision tasks.
Expand Down

0 comments on commit 7727d37

Please sign in to comment.