yifanlu0227 / ChatSim

[CVPR2024 Highlight] Editable Scene Simulation for Autonomous Driving via LLM-Agent Collaboration
https://yifanlu0227.github.io/ChatSim
265 stars 13 forks source link

Segmentation fault (core dumped) #23

Open True-deng opened 1 month ago

True-deng commented 1 month ago

Nice works!! When I did Step 6 Start simulation,I encountered the following problem:

Segmentation fault (core dumped)

Other than that, there are no further hints. Do you have any idea? Thanks a lot!

yifanlu0227 commented 1 month ago

Could you paste the yaml you use? Or other information you considered helpful

True-deng commented 1 month ago

I used : python main.py --config_yaml config/waymo-1137.yaml --prompt 'add a straight driving car in the scene' --simulation_name demo

True-deng commented 1 month ago

Even when I attempt to run the main.py file and print something at the first line of the main function, the error persists.

True-deng commented 1 month ago

I found the issue was that I had multiple installations of cudnn, and it has been resolved. Thanks a lot!