You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work, thanks for sharing the code. I am a novice in the field of trajectory prediction. I read the code and encountered some problems that I don't understand. Please help me answer them.
What is "Make coordinates relative"?
Why is there a distinction between "Linear vs Non-Linear Trajectory"?
What is the function of the poly_fit method in utils.py?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Thanks for asking.
This data loader is taken from Social-GAN.
1- Relative to the first position, they are also delta between position aka speed
2- This is a very old topic, but lines trajectories are easier to predict using classical methods and models like constant velocity models. On the other hand, non-linear ones have patterns that are hard to model like sudden change in trajectory or sudden stop.
3- It just fits a polynomial to the trajectory, very old approach to benchmark against showing the benefit of data driven models.
I encourage to take a look into our latest work "Social-Implicit".
Great work, thanks for sharing the code. I am a novice in the field of trajectory prediction. I read the code and encountered some problems that I don't understand. Please help me answer them.
Thank you very much!
The text was updated successfully, but these errors were encountered: