DriveLM icon indicating copy to clipboard operation
DriveLM copied to clipboard

[ECCV 2024 Oral] DriveLM: Driving with Graph Visual Question Answering

Results 39 DriveLM issues
Sort by recently updated
recently updated
newest added

Thank you for your detailed work. From your previous replies, I understand that ADE, FDE, and collision rate can be obtained from the UniAD project. However, could you clarify how...

![Image](https://github.com/user-attachments/assets/96a436b1-d033-4f61-a9c9-7462d3797ed4) I met this error when running eval on the test server. I don't know why because I can't see the full error log. I have successfully run the evaluation...

I met an error when running evaluation.py: Traceback (most recent call last): File "evaluation.py", line 189, in output = evaluation.evaluation() File "evaluation.py", line 146, in evaluation scores["chatgpt"] = self.eval_chatGPT(self.GPT) File...

Thanks for your understanding work, could you point out how to get ADE、FDE、 collision rate on planning, besides VQA-metric in [challenge](https://github.com/OpenDriveLab/DriveLM/tree/main/challenge)

Hello! I have two questions: Regarding the open-source code you provided, it seems to only cover the part of a single query. I didn’t see the generation and transmission of...

Could you kindly provide a detailed explanation of how the trajectory data is processed? Specifically, could you share more details about the process of discretizing the trajectory data? Thank you...

Hi OpenDriveLab thanks for releasing this project it is very helpful. In the paper you mention BLIP-2 baseline, but code so far only has Llama-Adapter. I saw previously that you...

What do the three pre_checkpoints represent? ![image](https://github.com/user-attachments/assets/b3067066-ca0e-4023-8e88-feb74c37639e)

Hi, When I use my `output.json` and the repo's `test_eval.json`, it worked the first two times. However, now I see ChatGPT replies such as: > I would rate your answer...

Hi, Is is possible to provide a set of instructions to run evaluation on the validation set? From the README: > [test_eval.json](https://github.com/OpenDriveLab/DriveLM/blob/main/challenge/test_eval.json) is used for evaluation. [test_llama.json](https://github.com/OpenDriveLab/DriveLM/blob/main/challenge/test_llama.json) is used for...