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

TCP-SB #54

Closed a1wj1 closed 8 months ago

a1wj1 commented 8 months ago

In your paper, TCP-SB replaces shared encoders of TCP with two sparate ones for two branches. But I don't understand this shared encoders . Can you help me explain which part of the corresponding code?

penghao-wu commented 8 months ago

TCP-SB means we use two separate Resnet-34 encoders to extract image features for the control and trajectory branches.