longcw / MOTDT

Real-time Multiple People Tracking with Deeply Learned Candidate Selection and Person Re-identification
MIT License
531 stars 130 forks source link

ImportError: cannot import name 'linear_assignment_' from 'sklearn.utils' #43

Open szh91 opened 3 years ago

szh91 commented 3 years ago

my pytorch version is 0.4

JohnPekl commented 2 years ago

you need to downgrade your sklearn, install this version conda install -c conda-forge scikit-learn==0.22.1