OpenDriveLab / TCP

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

code #39

Closed a1wj1 closed 11 months ago

a1wj1 commented 12 months ago

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

1688634587122 1688634659207 1688634675450

a1wj1 commented 12 months ago

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

penghao-wu commented 12 months ago

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