How can i change IoU with deepocsort? #1245
Answered
by
mikel-brostrom
fangfang0304
asked this question in
Q&A
-
hello How can i change IoU with deepocsort? |
Beta Was this translation helpful? Give feedback.
Answered by
mikel-brostrom
Jan 11, 2024
Replies: 1 comment 1 reply
-
You can change this: to any of these: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mikel-brostrom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change this:
https://github.com/mikel-brostrom/yolo_tracking/blob/90ef6ef3c7602473a431facebdbd4ef1ac1b38d3/boxmot/trackers/deepocsort/deep_ocsort.py#L320
to any of these:
https://github.com/mikel-brostrom/yolo_tracking/blob/90ef6ef3c7602473a431facebdbd4ef1ac1b38d3/boxmot/utils/iou.py#L166-L169