LeonLok / Multi-Camera-Live-Object-Tracking

Multi-camera live traffic and object counting with YOLO v4, Deep SORT, and Flask.
GNU General Public License v3.0
978 stars 285 forks source link

Id assignment management across cameras #27

Open vickyliuliu opened 3 years ago

vickyliuliu commented 3 years ago

Hello! First, thank you for this impressive work! However, I read the code, but I do not quite understand when doing MTMC tracking how it makes sure that the same person always gets the same ID across cameras, which is quite important in multi-camera tracking. For instance, if the target numbered 0 appears under Camera 1 and Camera 2 at the same time, how to make sure this constraint is not violated?

Hope you could explain this.

sainivedh commented 3 years ago

Hi vicky, did you understand how the person maintains same ID in all cameras ?!!. Any suggestions on where to look for that task.

Thanks