ifzhang / ByteTrack

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

Convert np.float to float #396

Closed BryceWayne closed 7 months ago

BryceWayne commented 7 months ago

We were having numpy conflicts as a result of the np.float type which is a wrapper/reference to the float type. I have included a script for this conversion, as well as the conversion itself.