ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

Direction of movement #262

Open AhmedKhaled945 opened 2 years ago

AhmedKhaled945 commented 2 years ago

Hello, i want to solve the problem of sudden failure of re-identification when two objects having the same category passes by, my hypothesis is that when two objects A, B, pass by, one occlude the other, the only way to make them re-identified correctly is by using a direction component (assuming the my objects will 99% of the times has uniform motion direction)

So how can i incorporate a motion direction component into the ByteTracker, Regards, @ifzhang