1
0
forked from HQU-gxy/CVTH3PE
This commit is contained in:
2025-07-11 15:33:56 +08:00
parent 3ec4a89103
commit b3da8ef7b2
5 changed files with 26 additions and 845 deletions

View File

@ -560,8 +560,8 @@ class AffinityResult:
matrix: Float[Array, "T D"]
trackings: Sequence[Tracking]
detections: Sequence[Detection]
indices_T: Int[Array, "T"] # pylint: disable=invalid-name
indices_D: Int[Array, "T"] # pylint: disable=invalid-name
indices_T: Int[Array, "A"] # pylint: disable=invalid-name
indices_D: Int[Array, "A"] # pylint: disable=invalid-name
def tracking_association(
self,