yifanlu0227 / ChatSim

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

Data could not be found as per directed #12

Closed Sudar278 closed 5 months ago

Sudar278 commented 6 months ago

Downloaded the data and stored in the mentioned location

image

The following command is not creating the waymo_multi_view folder and seems the script is not running

image

yifanlu0227 commented 6 months ago

Oh, this is because the file names downloaded from the gcloud console and gsutil are different.

If you download the files one by one from the gcloud console, they will have prefixes like "individual_files_training". In the latest commit, we make process_waymo_script.py available to these files. Please run

git fetch origin
git merge origin/main

to merge the latest commit.