nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.3k stars 1.48k forks source link

Ttrackids are not in sequence #245

Open sowmiyadharmalingam86 opened 3 years ago

sowmiyadharmalingam86 commented 3 years ago

Every time the track id Assigned are not in sequence Example scenario: Person_A- 2 Person_B -4 Person_C -20 Person_D-40

Can this be corrected? Thnks

ImSuMyatNoe commented 2 years ago

Have you already solved this issue ? Because I have faced this problem too currently and i do not know the reason well. @sowmiyadharmalingam86

ImSuMyatNoe commented 2 years ago

HI @sowmiyadharmalingam86 ! I am facing this issue currently. I do not know why the label ids are not in sequence. Have you already solved this issue?

danielcrane commented 2 years ago

@ImSuMyatNoe I'd assume that the skipped IDs are tracks that were never confirmed (i.e. didn't reach n_init number of frames before being deleted).

AdityaKulshrestha commented 1 year ago

@danielcrane Thanks for the info. Is there any way apart from finding the accurate n_init. Can I assign an id or counter by myself?

danielcrane commented 1 year ago

@danielcrane Thanks for the info. Is there any way apart from finding the accurate n_init. Can I assign an id or counter by myself?

@AdityaKulshrestha What's your problem exactly?