nwojke / deep_sort

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

update: compatible with latest version of used libraries #326

Open simonebastasin opened 4 months ago

simonebastasin commented 4 months ago

1) made code compatible with latest version of tensorflow (tf2); 2) updated deprecated tensorflow.contrib.slim -> with tf_slim; 3) updated deprecated linear_assignment from sklearn.utils.linear_assignment_ -> with linear_sum_assignment from scipy.optimize; 4) updated deprecated numpy.int and numpy.float -> with int and float python built-in functions.