opendilab / LMDrive

[CVPR 2024] LMDrive: Closed-Loop End-to-End Driving with Large Language Models
Apache License 2.0
526 stars 48 forks source link

Evaluation error #48

Closed a1wj1 closed 2 months ago

a1wj1 commented 2 months ago

My lmdriver_config.py was set as:

llm_model = 'C:/doctor/LMDrive-main/results/llava-v1.5-7b'
preception_model = 'memfuser_baseline_e1d3_return_feature'
preception_model_ckpt = 'C:/doctor/LMDrive-main/results/vision-encoder-r50.pth.tar'
lmdrive_ckpt = 'C:/doctor/LMDrive-main/results/llava-v1.5-checkpoint.pth'

But when I run the code, it gets stuck and reports an error: 1713754518610 Have you ever encountered this kind of situation?

a1wj1 commented 2 months ago

There is another problem, I am using python3.7, I found that python3.8 can not run the carla0.9.10.1 egg file, May I ask how to solve this?