Add more object trackers? #1008
rolson24
started this conversation in
Contribution
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some experience building object trackers and I recently explored the MOT-challenge benchmark leaderboards and implemented few of them. They seem to do quite a bit better than ByteTrack in several scenarios, even without modules like a person Re-ID model. I know you don't want to add heavy dependancies like tensorflow or pytorch, but I have found that some of the detectors like this one: Improved Association and this one: ConfTrack are around 5-10% better than ByteTrack even without Re-ID and wouldn't require any extra dependancies. Wondering if it would be helpful for me to integrate my implementations into supervision as I already wrote them around the supervision tracker framework.
Beta Was this translation helpful? Give feedback.
All reactions