OpenDriveLab / TCP

[NeurIPS 2022] Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline.
Apache License 2.0
365 stars 48 forks source link

code #39

Closed a1wj1 closed 1 year ago

a1wj1 commented 1 year ago

This code doesn't match the formulas in the paper. Could you please help explain,?

1688634587122 1688634659207 1688634675450

a1wj1 commented 1 year ago

In j_ctrl = self.join_ctrl(torch.cat([feature_emb, measurement_feature], 1)),why not h_ctl but measurement_feature

penghao-wu commented 1 year ago

This is the initial step so the measurement feature is used instead of h_ctrl. image