nwojke/deep_sort

Please update the linear_assignment.py file

mo-atiff opened this issue · 0 comments

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