ByteTrack
ByteTrack copied to clipboard
Numpy version 1.24.2 conflicts with implementation
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