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

Please update the linear_assignment.py file #330

Open
mo-atiff opened this issue Jun 28, 2024 · 0 comments
Open

Please update the linear_assignment.py file #330

mo-atiff opened this issue Jun 28, 2024 · 0 comments

Comments

@mo-atiff
Copy link

This file is present in the following structure : deep_sort\deep_sort\linear_assignment.py

There is an import statement in this file
from sklearn.utils.linear_assignment_ import linear_assignment
and scikit-learn latest version's doesn't support this import please do change it to
from scipy.optimize import linear_sum_assignment as linear_assignment

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