TianzhongSong / Real-Time-Action-Recognition

Real-time pose estimation and action recognition
408 stars 126 forks source link

if d not in matched_indices[:, 0]: TypeError: tuple indices must be integers or slices, not tuple #29

Open hjl-2548951848 opened 3 years ago

hjl-2548951848 commented 3 years ago

Could you help me? thank you

athulvingt commented 3 years ago

In sort.py use "from sklearn.utils.linearassignment import linear_assignment" itself if you are using spacy alternate for linear assignment and downgrade the sklearn to 0.21 or lower (a version lower than 0.23)