chen-si-jia / Trajectory-Long-tail-Distribution-for-MOT

⭕️ Official codes for "Delving into the Trajectory Long-tail Distribution for Muti-object Tracking" (CVPR2024)
MIT License
41 stars 6 forks source link

predicted trajectory #3

Open lanheshui opened 2 months ago

lanheshui commented 2 months ago

Hello author, I have not been exposed to this field before, and I would like to share this paper of yours in class. I don’t quite understand why the predicted trajectory of the pedestrian is added before the original trajectory in the Prediction continuation?Doesn't it make sense intuitively to add the predicted frame after the original frame?

chen-si-jia commented 2 months ago

Hello author, I have not been exposed to this field before, and I would like to share this paper of yours in class. I don’t quite understand why the predicted trajectory of the pedestrian is added before the original trajectory in the Prediction continuation?Doesn't it make sense intuitively to add the predicted frame after the original frame?

Because the Prediction continuation is a pedestrian belonging to the tail class that processes the last frame of the training set, the last frame of the training set has no subsequent frames. Thus, the prediction results are added before the original trajectories of these pedestrians.

lanheshui commented 2 months ago

I understand, thank you very much!