-
Notifications
You must be signed in to change notification settings - Fork 9
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
About collecting data #12
Comments
Set the |
Thanks for your reply. When I start the collection from the checkpoint, I get an error like this at the beginning. This error seems to make my memory usage increase faster.
I also found that in some route scenarios, the following error will occur.
There seems to be a problem with the setup of Scenario4. Is this normal? |
First one is not normall not sure if it's CARLA 0.10 version. It cannot solve you can try Docker also. Not normal at least for me, I don't have this issue when I collected, if it's still exist, recommend just delete Scenario4 in the leaderboard/data/all_towns_traffic_scenarios.json |
Thanks for your reply. Still the same problem. The program always stops after collecting for two or three hours, causing me to always need to restart it manually. Is it because I use windows os to run the program? Or ,where can I download this data set? |
I think it's normally that need resume manually, check this issue for CARLA itself: carla-simulator/leaderboard#81 Maybe I will recommend you collect Unfortunately, I didn't provide the dataset since the discussion here: #11 (comment) |
or now, you can direcly download the weight file and following the README step to test the e2e agent directly. check here: #14 |
since official stable leaderboard have memory leak issue. Please check your memory and kill it to resume.
When I run the data-collecting script,I meet the memory leak problem. After the script for collecting data ran for more than three hours, the program terminated and reported an error
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 170. MiB for an array with shape (178773021,) and data type uint8
. Can I continue running the program to collect data from the checkpoint, or do I have to start the collection from scratch (meaning the previous data is invalid).The text was updated successfully, but these errors were encountered: