Thinklab-SJTU / Bench2Drive

[NeurIPS 2024 Datasets and Benchmarks Track] Closed-Loop E2E-AD Benchmark Enhanced by World Model RL Expert
Apache License 2.0
1.24k stars 79 forks source link

Which model is running in the demo video? #18

Closed iuhiyuh closed 3 months ago

iuhiyuh commented 3 months ago

I've noticed that the demo video features overtaking, but with the VAD pth file you released, it keeps waiting in the same scenario.

iuhiyuh commented 3 months ago

In addition, I have noticed the following issues:

1.The frame rate of Carla I'm running is very low. 2.The saved images do not have the guidance lines output and agents's boundingbox as seen in the demo. 3.At intersections, there is a high probability that the vehicle will stop, causing the "RouteCompletionTest" and "AgentBlockedTest" to fail. Could you please provide any suggestions?

jiaxiaosong1002 commented 3 months ago

@iuhiyuh The demo recorded the behaviors of our expert model Think2Drive. Other baselines may not have such strong capability.

  1. Running CARLA with rendering is naturally computational intensive and thus slow, which is why we need multi-gpu eval.
  2. You need to use visualization code to process your log.
  3. We prepare the benchmark to allow the community to explore how to solve these scenarios. Thus, it is natural that current models do not have such capability.