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
The file predict.py and package deep_sort_pytorch should be put under the root folder to omit import errors.
In deep_sort_pytorch/sort and deep_sort_pytorch/deep_sort, np.float should be changed to np.float32; np.int should be changed to np.int32. Numpy does not have float or int in the current version of package.