Add https://youtu.be/uZ7SymQfqKI and track docs updates (#10351)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
This commit is contained in:
parent
5323ee0d58
commit
2944be6644
5 changed files with 52 additions and 16 deletions
|
|
@ -56,6 +56,10 @@ The default tracker is BoT-SORT.
|
|||
|
||||
## Tracking
|
||||
|
||||
!!! Warning "Tracker Threshold Information"
|
||||
|
||||
If object confidence score will be low, i.e lower than [`track_high_thresh`](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/trackers/bytetrack.yaml#L5), then there will be no tracks successfully returned and updated.
|
||||
|
||||
To run the tracker on video streams, use a trained Detect, Segment or Pose model such as YOLOv8n, YOLOv8n-seg and YOLOv8n-pose.
|
||||
|
||||
!!! Example
|
||||
|
|
@ -93,6 +97,10 @@ As can be seen in the above usage, tracking is available for all Detect, Segment
|
|||
|
||||
## Configuration
|
||||
|
||||
!!! Warning "Tracker Threshold Information"
|
||||
|
||||
If object confidence score will be low, i.e lower than [`track_high_thresh`](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/trackers/bytetrack.yaml#L5), then there will be no tracks successfully returned and updated.
|
||||
|
||||
### Tracking Arguments
|
||||
|
||||
Tracking configuration shares properties with Predict mode, such as `conf`, `iou`, and `show`. For further configurations, refer to the [Predict](../modes/predict.md#inference-arguments) model page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue