NirAharon / BoT-SORT

BoT-SORT: Robust Associations Multi-Pedestrian Tracking
MIT License
844 stars 418 forks source link

multi-camera-multi-object-detection with re-identification #94

Open muhammad-usama-aleem opened 7 months ago

muhammad-usama-aleem commented 7 months ago

how can we track the same person person with different cameras?

For example, if a person is detected by a camera, then this person is labeled with an id number, then this person can keep this id number to the other camera.

jarvijd commented 6 months ago

just wondering - did you ever find an answer to this question?

muhammad-usama-aleem commented 6 months ago

no, as you can see. I found some repositories which does not work now and even there dataset is not available. let me know if you get any lead.

rolson24 commented 5 months ago

My guess is that you would want to make a model that is similar to the Fast ReID model (but more powerful and accurate) to get the embedding vectors for each detection box, and then match the detections from one camera to the next based on how close they are in the embedding space. Honestly it sounds like you would need some sort of facial recognition or something depending on if the cameras are looking at the same area or not, and how long you want the tracker to remember a person.