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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: