or-objectdetection icon indicating copy to clipboard operation
or-objectdetection copied to clipboard

Run time error

Open haris-kkk123 opened this issue 4 years ago • 1 comments

error1 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 avatar Aug 12 '21 14:08 haris-kkk123

@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

Habibjackson avatar May 04 '22 14:05 Habibjackson