Made it work with TensorFlow 2.1.0 (using the ".v1." trick in the function calls) and sklearn 0.23.1 (by switching from sklearn.utils.linearassignment to scipy.optimize.linear_sum_assignment) and fixed some weird import bug in tracker and helpers. I didn't test it with a GPU because I don't have a CUDA-based one.
Made it work with TensorFlow 2.1.0 (using the ".v1." trick in the function calls) and sklearn 0.23.1 (by switching from sklearn.utils.linearassignment to scipy.optimize.linear_sum_assignment) and fixed some weird import bug in tracker and helpers. I didn't test it with a GPU because I don't have a CUDA-based one.