-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: need at least one array to concatenate #24
Comments
This is where And when running
I think it's more of an environmental issue. Do you have any idea? @vfishc |
When running
It does seem to be an environment issue. I attempted to resolve it earlier, but without success. |
This may caused by your environmental versions? Make sure each process can be run without errors to check if the incorrect lib versions do not support the functions in data preparation. Moreover, the waymo data .tfrecord files must keep 1.4.2 version, any earlier or later version would not contain the map data. So in my view, first check your lib versions to keep the libs the same version as README, and also check the version of .tfrecord files because incorrect versions do not contain map. |
I found where the issue lies. It's a problem with the version of the waymo dataset I downloaded. |
Nice works!!
When I was running 'start simulation', executing this line of code: python main.py -y config/waymo-1137.yaml -p 'add a straight driving car in the scene' -s demo
I encountered this error."
I found that the issue was because the values for 'centerline' and 'boundary' read from the map.pkl file are empty.
Additionally, when I am doing Data Preparation,the instruction is: "python process_waymo_script.py --waymo_data_dir=../data/waymo_tfrecords/1.4.2 --nerf_data_dir=../data/waymo_multi_view" .
I encounter this display,
and I'm unsure if it's related to the issue mentioned above.
Could you please advise me on how to resolve this problem?
Thanks a lot!
The text was updated successfully, but these errors were encountered: