Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Package Dependency Issues #66

Open
AlexChen539 opened this issue Nov 18, 2024 · 0 comments
Open

Fixed: Package Dependency Issues #66

AlexChen539 opened this issue Nov 18, 2024 · 0 comments

Comments

@AlexChen539
Copy link

  1. The file predict.py and package deep_sort_pytorch should be put under the root folder to omit import errors.
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant