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
|
|
@ -30,7 +30,7 @@ keywords: object counting, regions, YOLOv8, computer vision, Ultralytics, effici
|
|||
## Real World Applications
|
||||
|
||||
| Retail | Market Streets |
|
||||
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
||||
|  |  |
|
||||
| People Counting in Different Region using Ultralytics YOLOv8 | Crowd Counting in Different Region using Ultralytics YOLOv8 |
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ python yolov8_region_counter.py --source "path/to/video.mp4" --view-img
|
|||
### Optional Arguments
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|----------------------|--------|--------------|--------------------------------------------|
|
||||
| -------------------- | ------ | ------------ | ------------------------------------------ |
|
||||
| `--source` | `str` | `None` | Path to video file, for webcam 0 |
|
||||
| `--line_thickness` | `int` | `2` | Bounding Box thickness |
|
||||
| `--save-img` | `bool` | `False` | Save the predicted video/image |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue