javyduck / ChatScene

[CVPR2024] ChatScene: Knowledge-Enabled Safety-Critical Scenario Generation for Autonomous Vehicles https://arxiv.org/abs/2405.14062
https://javyduck.github.io/chatscene/
MIT License
93 stars 5 forks source link

I think there are a lot of problems with the environment you give #21

Open AHPUymhd opened 3 weeks ago

AHPUymhd commented 3 weeks ago

image When I run the train.py it prompts no carla, my CARLA is downloaded from your website, as shown in the figure image Environment variables are also set, as shown in the figure image So where does my question appear, thank you! @javyduck

AHPUymhd commented 3 weeks ago

And python3.8 conflicts with decorator==5.1.1 and moviepy==1.0.3

javyduck commented 3 weeks ago

Hi, first, the CARLA_ROOT path is incorrect. You included extra { and } symbols; it should be CARLA_ROOT=/home/.../CARLA

Second, regarding the conflict, it's fine to ignore it. You can simply use pip to install the decorator and moviepy packages.

AHPUymhd commented 3 weeks ago

Thank you very much for your reply to my mistake in your busy schedule, and thank you very much for your open source code, but I still don't understand where the environment is set up to be wrong. image Isn't that right?,I didn't add “and”.

AHPUymhd commented 3 weeks ago

Thank you very much for your reply to my mistake in your busy schedule, and thank you very much for your open source code, but I still don't understand where the environment is set up to be wrong. image Isn't that right?,I didn't add “and”.

@javyduck

javyduck commented 3 weeks ago

i mean, you should remove the "{" and "}", i.e., use export CARLA_ROOT=/home/prise/cbz/chatscene/CARLA

AHPUymhd commented 3 weeks ago

i mean, you should remove the "{" and "}", i.e., use export CARLA_ROOT=/home/prise/cbz/chatscene/CARLA Thank you very much for your help, I corrected this fatal mistake!