Enabling Positional Cost #461
Unanswered
MdRanaSarkar
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Sorry this is the old matching strategy, it should have been deleted when moving from DeepSORT to StrongSORT but was not. You can find the new matching here: https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet/blob/07ae91cc30f03072cf702206e88053185d144eaa/strong_sort/sort/linear_assignment.py#L131 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Calculating cost matrix we use lambda to weight between positional cost and appearance cost. As the lambda value set to 0 the positional cost is not taken in consideration to the actual cost matrix.
Why the position cost omitted from the actual cost matrix ?
in tracker.py line number 130 .
Beta Was this translation helpful? Give feedback.
All reactions