Skip to content

Commit

Permalink
add centroid asso test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel.brostrom committed Jan 12, 2024
1 parent b4cd344 commit 075bec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def test_deepocsort_output():
device='cpu',
half=False,
per_class=False,
asso_func="centroid"
)
tracker.asso_func="centroid"
rgb = np.random.randint(255, size=(640, 640, 3), dtype=np.uint8)
det = np.array([[144, 212, 578, 480, 0.82, 0],
[425, 281, 576, 472, 0.56, 65]])
Expand Down

0 comments on commit 075bec6

Please sign in to comment.