regob / vehicle_mtmc

Vehicle MTMC Tracking
MIT License
24 stars 2 forks source link

np.float #2

Closed johnnynunez closed 1 year ago

johnnynunez commented 1 year ago

Error, change it to np.float32 or 64 numpy>=1.24 deprecation

regob commented 1 year ago

Fixed the np.float calls. Actually the scipy version used is incompatible with numpy>=1.23, the requirements.txt is updated too.