nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.3k stars 1.48k forks source link

Please update the linear_assignment.py file #330

Open mo-atiff opened 3 months ago

mo-atiff commented 3 months ago

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