yoon28 / pymht

multiple hypothesis tracking algorithm in python
30 stars 9 forks source link

How to use this script to work with the result from the SCT algorithm? #1

Open DYT-code opened 4 years ago

DYT-code commented 4 years ago

Hello, thanks for sharing the code. I have got the tracking result for single camera with your script in another repository "SCT4DukeMTMC". I would like to apply your MCT to connect/reidentify the trajectory in different cameras. Can I directly use your providing script to do the reidentification? Thanks in advance!

yoon28 commented 4 years ago

Sorry for the delay. Since this repo is for the multi-object tracking, not the multi-camera, using this code for MCT will require some modifications. I recommend you to refer my paper, 'Multiple Hypothesis Tracking Algorithm for Multi-Target Multi-Camera Tracking with Disjoint Views', where MHT was used to track objects across cameras.