theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.31k stars 745 forks source link

Multi camera object tracking #74

Open hamdii02 opened 3 years ago

hamdii02 commented 3 years ago

Hello, I am trying to track object in 3 different cameras using deep-sort. So my question is how I can track the objects and assign them same ID for the 3 camera, and this by using the deep feature matching function implemented in the deep sort. I am not sure if I should create a tracker for each camera or use one tracker, but I create different tracks for each camera. If any one has an idea how I can proceed, I will appreciate his help.

If I have to implement my own object re-Identification, can you please suggest some articles to follow. Thank you in advance,

77knight commented 2 years ago

Hi, have you solved the problem? I am working on this by creating three different trackers. However, there is a problem in nn_matching like this... image