HKUST-Aerial-Robotics / SIMPL

SIMPL: A Simple and Efficient Multi-agent Motion Prediction Baseline for Autonomous Driving
MIT License
215 stars 28 forks source link

Question about bezier curve #29

Open ChengkaiYang opened 1 month ago

ChengkaiYang commented 1 month ago

Hi @MasterIzumi Congratulations for your excellent work! But I'm confused with the efficiency of bezier curve module. As far as I know, utilizing Transformer Decoder to predict future x,y directly may bring better accuracy since some ground truth trajectory may not fit bezier curve. In your paper, you said bezier curve will bring more smoothing into prediction, how to measure 'smoothing'? Looking forward for your reply!