ymzis69/HybridSORT

Retrieving lost tracklet information

Closed this issue · 2 comments

Hey, great work. I wanted some information regarding the lost tracks.
Referring to BoTSORT implementation, here you can see that lost tracklet information can also be used if required.
Coming to HybridSORT, I see here you are removing the dead tracklets. Do these two things mean the same, if so, can I use the dead tracklet information assuming it is the lost tracklet as in BOT-SORT's case?

Hello, our algorithm also uses the lost tracklet for tracking. here means that the time for the lost tracklet to disappear exceeds max_age (30 frames) will be removed, corresponding to the lost tracklet in BoT-SORT becoming removed_Tracks (here).

Thanks for the reply, that is what I wanted to confirm.