ifzhang / ByteTrack

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

Change np.float to float #389

Open braiansmarzaro opened 7 months ago

braiansmarzaro commented 7 months ago

Changes every np.float to just float due to an deprecation error with numpy>=1.20.0