-
Notifications
You must be signed in to change notification settings - Fork 188
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
error while data collection #218
Comments
is the path really /home/transfuser-2022? |
No, It is actually given /home/username/transfuser-2022. I deleted it. I am using CARLA version 0.9.14. It is compatible? |
No CARLA 0.9.14 is not compatible with this codebase/any codebase using leaderboard 1.0. To use CARLA 0.9.14 you need to use leaderboard 2.0, but there are no publicly available repositories for it right now. |
Thanks for your reply and suggestion. |
Hi,
I want to create dataset and for that I run like this:
./datagen.sh /home/carla /home/transfuser-2022
But I got this error.
can't open file '/home/transfuser-2022/leaderboard/leaderboard/leaderboard_evaluator_local.py': [Errno 2] No such file or directory
I have check my folders, file is there but it is still showing this error. How to solve this?
~/transfuser-2022/leaderboard/leaderboard$ ls
autoagents envs init.py leaderboard_evaluator_local.py leaderboard_evaluator.py
Thanks.
The text was updated successfully, but these errors were encountered: