ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 890 forks source link

Numpy version 1.24.2 conflicts with implementation #311

Open SajjadPSavoji opened 1 year ago

SajjadPSavoji commented 1 year ago

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