or-objectdetection
or-objectdetection copied to clipboard
Run time error
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.
@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.linear_assignment_ as linear_assingment to from utils.linear_assignment_ import linear_assignment