mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-24 22:54:21 +08:00

Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com> Co-authored-by: Dowon <ks2515@naver.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
63 lines
1.1 KiB
Markdown
63 lines
1.1 KiB
Markdown
---
|
|
description: Learn how to match and fuse object detections for accurate target tracking using Ultralytics' YOLO merge_matches, iou_distance, and embedding_distance.
|
|
---
|
|
|
|
# merge_matches
|
|
---
|
|
:::ultralytics.tracker.utils.matching.merge_matches
|
|
<br><br>
|
|
|
|
# _indices_to_matches
|
|
---
|
|
:::ultralytics.tracker.utils.matching._indices_to_matches
|
|
<br><br>
|
|
|
|
# linear_assignment
|
|
---
|
|
:::ultralytics.tracker.utils.matching.linear_assignment
|
|
<br><br>
|
|
|
|
# ious
|
|
---
|
|
:::ultralytics.tracker.utils.matching.ious
|
|
<br><br>
|
|
|
|
# iou_distance
|
|
---
|
|
:::ultralytics.tracker.utils.matching.iou_distance
|
|
<br><br>
|
|
|
|
# v_iou_distance
|
|
---
|
|
:::ultralytics.tracker.utils.matching.v_iou_distance
|
|
<br><br>
|
|
|
|
# embedding_distance
|
|
---
|
|
:::ultralytics.tracker.utils.matching.embedding_distance
|
|
<br><br>
|
|
|
|
# gate_cost_matrix
|
|
---
|
|
:::ultralytics.tracker.utils.matching.gate_cost_matrix
|
|
<br><br>
|
|
|
|
# fuse_motion
|
|
---
|
|
:::ultralytics.tracker.utils.matching.fuse_motion
|
|
<br><br>
|
|
|
|
# fuse_iou
|
|
---
|
|
:::ultralytics.tracker.utils.matching.fuse_iou
|
|
<br><br>
|
|
|
|
# fuse_score
|
|
---
|
|
:::ultralytics.tracker.utils.matching.fuse_score
|
|
<br><br>
|
|
|
|
# bbox_ious
|
|
---
|
|
:::ultralytics.tracker.utils.matching.bbox_ious
|
|
<br><br> |