updated the amount of macros available in the macros folder (#16086)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Francesco Mattioli <Francesco.mttl@gmail.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
fbc6bae5af
commit
090db8ac3f
20 changed files with 144 additions and 350 deletions
9
docs/en/macros/track-args.md
Normal file
9
docs/en/macros/track-args.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
| 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' |
|
||||
| `conf` | `float` | `0.3` | Confidence Threshold |
|
||||
| `iou` | `float` | `0.5` | IOU Threshold |
|
||||
| `classes` | `list` | `None` | filter results by class, i.e. classes=0, or classes=[0,2,3] |
|
||||
| `verbose` | `bool` | `True` | Display the object tracking results |
|
||||
Loading…
Add table
Add a link
Reference in a new issue