ultralytics 8.3.28 new Solutions CLI commands (#17233)
Signed-off-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
d049e22769
commit
3c976807b8
17 changed files with 310 additions and 48 deletions
|
|
@ -33,9 +33,21 @@ This guide provides a comprehensive overview of three fundamental types of [data
|
|||
- Bar plots, on the other hand, are suitable for comparing quantities across different categories and showing relationships between a category and its numerical value.
|
||||
- Lastly, pie charts are effective for illustrating proportions among categories and showing parts of a whole.
|
||||
|
||||
!!! analytics "Analytics Examples"
|
||||
!!! example "Analytics Examples"
|
||||
|
||||
=== "Line Graph"
|
||||
=== "CLI"
|
||||
|
||||
```bash
|
||||
yolo solutions analytics show=True
|
||||
|
||||
# pass the source
|
||||
yolo solutions analytics source="path/to/video/file.mp4"
|
||||
|
||||
# generate the pie chart
|
||||
yolo solutions analytics analytics_type="pie" show=True
|
||||
```
|
||||
|
||||
=== "Python"
|
||||
|
||||
```python
|
||||
import cv2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue