-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Description
- The file
predict.py
and packagedeep_sort_pytorch
should be put under the root folder to omit import errors. - In
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.
Metadata
Metadata
Assignees
Labels
No labels