sort
sort copied to clipboard
TypeError: must be str, not int
Hello im using the sort.py and im getting this error
ret.append(np.concatenate((d,[trk.id+1])).reshape(1,-1)) # +1 as MOT benchmark requires positive
TypeError: must be str, not int
i can not find how to fix it.