Henry1iu / TNT-Trajectory-Prediction

A Unofficial Pytorch Implementation of TNT: Target-driveN Trajectory Prediction
504 stars 95 forks source link

get back into the map coordinates #35

Closed MozhganPourKeshavarz closed 1 year ago

MozhganPourKeshavarz commented 1 year ago

Hi, thanks for sharing your great work, would you give me some hints on how the predicted trajectories can be converted into the map coordinates on Argoverse dataset?

Henry1iu commented 1 year ago

Hi,

Thanks for your appreciation. You can convert the predicted trajectories from the focal agent coordinate to the map coordinates by inverting the coordinate normalization and angular normalization. For the detail, you can refer to this part