abduallahmohamed / Social-STGCNN

Code for "Social-STGCNN: A Social Spatio-Temporal Graph Convolutional Neural Network for Human Trajectory Prediction" CVPR 2020
MIT License
483 stars 141 forks source link

How to handle trajectories with missing frames? #62

Closed Lucia-1996 closed 2 years ago

Lucia-1996 commented 2 years ago

Hi,I'm very interested to your research.I have one question.I found that obstacles with incomplete trajectories are skipped when extracting features, but the reality is that the perceived trajectories will be incomplete when pedestrians are occluded, and ignoring them may affect the accuracy of the prediction results. I'm wondering if there is a better way to handle trajectories with missing frames. Looking forward to your reply.

abduallahmohamed commented 2 years ago

Hi, the dataset used in our work alongside the dataloader are borrowed from Social-GAN. This construction of the problem is a form of a standard to have a comparable results across models.

Lucia-1996 commented 2 years ago

OK,I understand. Thanks for your quick reply.