-
Notifications
You must be signed in to change notification settings - Fork 939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
np.float errors in the trackers #386
Comments
I was about to open this issue. I'm having the same problem. |
I am also having issues here, have you @braiansmarzaro and @thecetin any luck solving the problem? |
Hi @LemonJam84. |
sounds good, thanks @braiansmarzaro |
The quick fix is limiting numpy version <1.24, but it is a numpy version released in 2022. There are a few open PRs
And related issues: |
@ifzhang This would be very helpful for keeping the library up to date. |
Hello, im using trackers algorithm in "colab". So i always need to install in to "colab" when i work on some projects. So every time i need to edit tracker code and replace all "np.float" to "float". How can this problem solve?
->ByteTrack -> yolox -> tracker -> byte_tracker.py and matching.py
In these two .py files you should change "np.float" to "float"
Thank you for help.
The text was updated successfully, but these errors were encountered: