You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some code for seq_num in [2, 4, 5, 9, 10, 11, 13]: ,for seq_num in [1, 3, 6, 7, 8, 12, 14]:in the file test.py .how to confirm the hyper-parameter `[2, 4, 5, 9, 10, 11, 13],
look forward to hearing from you!
The text was updated successfully, but these errors were encountered:
This hyper-parameter represents the image sequence in MOT17 dataset. [2, 4, 5, 9, 10, 11, 13] means the training set and [1, 3, 6, 7, 8, 12, 14] means the test set.
You can refer to this page: https://motchallenge.net/data/MOT17Det/
some code
for seq_num in [2, 4, 5, 9, 10, 11, 13]:
,for seq_num in [1, 3, 6, 7, 8, 12, 14]:
in the filetest.py
.how to confirm the hyper-parameter `[2, 4, 5, 9, 10, 11, 13],look forward to hearing from you!
The text was updated successfully, but these errors were encountered: