mikel-brostrom/boxmot

tracking of HybridSORT when moving to the next part of the video

Closed this issue · 1 comments

Search before asking

  • I have searched the Yolo Tracking issues and found no similar bug report.

Question

I have used HybridSORT with InsightFace for tracking faces. I applied them to an edited YouTube video. HybridSORT maintains track IDs better than other trackers, but when moving to the next part of the video, it still keeps track IDs even though the locations of the faces change. Additionally, the IDs point to different faces than before.

May I know how to assign new track IDs when moving to the next part of the video, or how to maintain track IDs without changing the tracked object?

캡처1
캡처2

You would need to identify key frames in your video. One simple but yet effective way of doing this is by calculating the difference between consecutive frames and detect when this difference exceeds a certain threshold.