-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
hybrid_sort.py的341行和343行:
kalman_score是一个(1,)的array,应该加个取值,否则会报错
trk[:] = [pos[0][0], pos[0][1], pos[0][2], pos[0][3], kalman_score[0], simple_score[0]]
trk[:] = [pos[0][0], pos[0][1], pos[0][2], pos[0][3], kalman_score[0], simple_score]
thresh12138, sellenzh, Young-eng, Rio-Allen, nagidvil and 1 moresellenzh, Young-eng, Rio-Allen and nagidvil
Metadata
Metadata
Assignees
Labels
No labels