OpenDriveLab / TCP

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

Will the pretrained model weights for TCP be released? #11

Open Kait0 opened 1 year ago

Kait0 commented 1 year ago

Hi,

thank you for releasing the code and dataset. Will you also release the pretrained weights of your model that you have used for your leaderboard submission? This would make it easier for people to reproduce the results/evaluate TCP on other benchmarks.

penghao-wu commented 1 year ago

Since there are some small modifications, we will re-train the model for our validation experiments and release it.

JIANGZhengm commented 1 year ago

Since there are some small modifications, we will re-train the model for our validation experiments and release it. Looking forward to your Baidu cloud connection and pre-trained weights!

raozhongyu commented 1 year ago

Thanks for your great work. Did the pre-trained weights released?

Kin-Zhang commented 1 year ago

If you like, I can upload the model I trained in the whole dataset as the paper set. More discussion posts I publish here and screenshot here: https://github.com/Kin-Zhang/carla-expert/discussions/2

As WPH-commit said, I believe the next version after modification would be more excellent.

raozhongyu commented 1 year ago

If you like, I can upload the model I trained in the whole dataset as the paper set. More discussion posts I publish here and screenshot here: Kin-Zhang/LAV#7

And the WPH-commit said I believe the next version after modification would be more excellent. Thanks a lot.

Kin-Zhang commented 1 year ago

Here is the onedrive download link for model I trained in the whole dataset as the discussion said above.

raozhongyu commented 1 year ago

Here is the onedrive download link for model I trained in the whole dataset as the discussion said above. Thanks a lot!

a1wj1 commented 1 year ago

If you like, I can upload the model I trained in the whole dataset as the paper set. More discussion posts I publish here and screenshot here: Kin-Zhang/carla-expert#2

As WPH-commit said, I believe the next version after modification would be more excellent. Hello, I used your ckpt model file and reported the following error: Skipping scenario 'Scenario4' due to setup error: Error: Unable to spawn vehicle vehicle.diamondback.century at Transform Could you tell me why? Thank you!

Naive-Bayes commented 1 year ago

If you like, I can upload the model I trained in the whole dataset as the paper set. More discussion posts I publish here and screenshot here: Kin-Zhang/carla-expert#2

As WPH-commit said, I believe the next version after modification would be more excellent. Hello, I used your ckpt model file and reported the following error: Skipping scenario 'Scenario4' due to setup error: Error: Unable to spawn vehicle vehicle.diamondback.century at Transform Could you tell me why? Thank you!

I also meet this problem and I think this problem is not because the ckpt, but the scenario.json. Another issue for this problem you can reference here https://github.com/autonomousvision/transfuser/issues/53#issuecomment-1066847541