-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Added min confidence threshold to existing trackers #1854
Conversation
Meh, I don't know why |
DeepOCSort (+4.4) 😮 |
Just some random lib installation conflicts apparently |
|
After all the merges I am still here. With a low evaluation score for boosttrack. I am wondering if you are using a different set of embs and dets? |
I updated the |
That's so strange, because I did it now from scratch:
And got:
Then, ran command for boosttrack:
And got:
Please, try to run commands I provided and check if they are the same as in benchmark.yml. I could reproduce my results one to one. |
I see that the table hasn't changed, so it looks like the new detections weren't used. I think you'll first need to reproduce my results one-to-one manually by downloading the runs.zip, unzipping it and running the commands - basically to see the new results and trust that the detections have changed 😄. And second, run the benchmark and see what might be wrong. It looks like the old runs.zip is being used. |
Ahaaa, now I get it. The folder names inside the |
Fixing this |
And therefore it was generating dets and embs from scratch. Now everything is fixed |
Updating the README when new results are ready |
Success!! 🚀 |
Thanks for all your contributions during the past days @Fleyderer! ❤️ |
Hello! I've added some fixes to existing trackers according to new detections with conf >= 0.01
Results are a bit strange at the first glance, but are much more correct according to papers with code benchmark. For example, in this table OcSort < StrongSort < DeepOcSort, and our results now look better. Botsort and Boosttrack are the best, the same as in table.