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.
Hope this helps someone.
The text was updated successfully, but these errors were encountered:
predict.py
and packagedeep_sort_pytorch
should be put under the root folder to omit import errors.deep_sort_pytorch/sort
anddeep_sort_pytorch/deep_sort
,np.float
should be changed tonp.float32
;np.int
should be changed tonp.int32
. Numpy does not havefloat
orint
in the current version of package.Hope this helps someone.
The text was updated successfully, but these errors were encountered: