ymzis69 / HybridSORT

[AAAI2024]Hybrid-SORT: Weak Cues Matter for Online Multi-Object Tracking
MIT License
171 stars 24 forks source link

The lap module requires numpy version 1.19 or lower. #2

Open ksato-dev opened 1 year ago

ksato-dev commented 1 year ago

The python module lap for linear assignment problem is required numpy-1.19 or lower, but current installation will be install probably latest of numpy. So had better fix how to install numpy.

And also, current installation for pandas will be remove older numpy (such as 1.19) and install newer numpy, so should also fix it.

ymzis69 commented 1 year ago

Thank you for your assistance. We will fix it.