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
|
|
@ -13,7 +13,7 @@ This guide provides a comprehensive overview of three fundamental types of data
|
|||
### Visual Samples
|
||||
|
||||
| Line Graph | Bar Plot | Pie Chart |
|
||||
|:------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
|
||||
| :----------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------: |
|
||||
|  |  |  |
|
||||
|
||||
### Why Graphs are Important
|
||||
|
|
@ -72,7 +72,7 @@ This guide provides a comprehensive overview of three fundamental types of data
|
|||
out.release()
|
||||
cv2.destroyAllWindows()
|
||||
```
|
||||
|
||||
|
||||
=== "Multiple Lines"
|
||||
|
||||
```python
|
||||
|
|
@ -183,7 +183,7 @@ This guide provides a comprehensive overview of three fundamental types of data
|
|||
out.release()
|
||||
cv2.destroyAllWindows()
|
||||
```
|
||||
|
||||
|
||||
=== "Bar Plot"
|
||||
|
||||
```python
|
||||
|
|
@ -233,7 +233,7 @@ This guide provides a comprehensive overview of three fundamental types of data
|
|||
out.release()
|
||||
cv2.destroyAllWindows()
|
||||
```
|
||||
|
||||
|
||||
=== "Area chart"
|
||||
|
||||
```python
|
||||
|
|
@ -292,7 +292,7 @@ This guide provides a comprehensive overview of three fundamental types of data
|
|||
Here's a table with the `Analytics` arguments:
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|----------------|-------------------|---------------|----------------------------------------------------------------------------------|
|
||||
| -------------- | ----------------- | ------------- | -------------------------------------------------------------------------------- |
|
||||
| `type` | `str` | `None` | Type of data or object. |
|
||||
| `im0_shape` | `tuple` | `None` | Shape of the initial image. |
|
||||
| `writer` | `cv2.VideoWriter` | `None` | Object for writing video files. |
|
||||
|
|
@ -312,7 +312,7 @@ Here's a table with the `Analytics` arguments:
|
|||
### 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