Open haris-kkk123 opened 3 years ago
@haris-kkk123 Did you find any solution to this problem? Edit
I found the solution to this problem.
step 1 download this file https://github.com/scikit-learn/scikit-learn/blob/0.22.X/sklearn/utils/linear_assignment_.py
step 2 copy the file to the utils directory
step 3 In sort.py line 26 replace sklearn.utils.linearassignment as linear_assingment to from utils.linearassignment import linear_assignment
i am running this on window 10. after installing all the dependies. this programe run but after first frame execution the window crash and this error arise. if anyone know the solution it will be great.