You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
already installed lap, but the warning message shows:
Warning: Unable to use JDE/FairMOT/ByteTrack, please install lap, for example: pip install lap, see https://github.com/gatagat/lap
Solution: check your version of lap by 'pip show lap', my version is 0.4.0, then check your numpy version by 'pip show numpy', make sure your numpy version is 1.21.2, if not, use 'pip install numpy==1.21.2'. Then the problem might be solved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
already installed lap, but the warning message shows:
Warning: Unable to use JDE/FairMOT/ByteTrack, please install lap, for example:
pip install lap
, see https://github.com/gatagat/lapSolution: check your version of lap by 'pip show lap', my version is 0.4.0, then check your numpy version by 'pip show numpy', make sure your numpy version is 1.21.2, if not, use 'pip install numpy==1.21.2'. Then the problem might be solved.
Beta Was this translation helpful? Give feedback.
All reactions