Docs Prettier reformat (#13483)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
2f2e81614f
commit
e5185ccf63
90 changed files with 763 additions and 742 deletions
|
|
@ -23,8 +23,8 @@ Measuring the gap between two objects is known as distance calculation within a
|
|||
|
||||
## Visuals
|
||||
|
||||
| Distance Calculation using Ultralytics YOLOv8 |
|
||||
|:-----------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| Distance Calculation using Ultralytics YOLOv8 |
|
||||
| :---------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
|  |
|
||||
|
||||
## Advantages of Distance Calculation?
|
||||
|
|
@ -82,7 +82,7 @@ Measuring the gap between two objects is known as distance calculation within a
|
|||
### Arguments `DistanceCalculation()`
|
||||
|
||||
| `Name` | `Type` | `Default` | Description |
|
||||
|--------------------|---------|-----------------|-----------------------------------------------------------|
|
||||
| ------------------ | ------- | --------------- | --------------------------------------------------------- |
|
||||
| `names` | `dict` | `None` | Dictionary mapping class indices to class names. |
|
||||
| `pixels_per_meter` | `int` | `10` | Conversion factor from pixels to meters. |
|
||||
| `view_img` | `bool` | `False` | Flag to indicate if the video stream should be displayed. |
|
||||
|
|
@ -93,7 +93,7 @@ Measuring the gap between two objects is known as distance calculation within a
|
|||
### Arguments `model.track`
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|-----------|---------|----------------|-------------------------------------------------------------|
|
||||
| --------- | ------- | -------------- | ----------------------------------------------------------- |
|
||||
| `source` | `im0` | `None` | source directory for images or videos |
|
||||
| `persist` | `bool` | `False` | persisting tracks between frames |
|
||||
| `tracker` | `str` | `botsort.yaml` | Tracking method 'bytetrack' or 'botsort' |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue