nwojke / deep_sort

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

Integrating YOLO Pose Estimation Keypoints with Deep SORT: Guidance Needed #329

Open Zagroz901 opened 2 weeks ago

Zagroz901 commented 2 weeks ago

Hello, I am currently working on a project that involves tracking individuals in a video frame and extracting facial keypoints using YOLO for pose estimation. I have a question regarding the integration of YOLO pose estimation outputs with Deep SORT. Specifically, is it possible to pass the keypoints from YOLO pose estimation into Deep SORT, and have Deep SORT return the tracking ID, bounding box, and the original keypoints?

What modifications would be necessary within the Deep SORT code to achieve this? I appreciate any guidance or suggestions on how to approach this issue.

Thank you!