ByteTrack icon indicating copy to clipboard operation
ByteTrack copied to clipboard

Numpy version 1.24.2 conflicts with implementation

Open SajjadPSavoji opened this issue 3 years ago • 0 comments

I had problem using this code base with numpy 1.24.2. Apparently in this version "np.float()" is deprecated and hence using this method is throwing exceptions.

Fix: You can specify numpy version in the requirements.txt file. I could make it work with numpy==1.23.5

SajjadPSavoji avatar Feb 15 '23 01:02 SajjadPSavoji