Skip to content
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

[Pylot] Gather a data set of camera images, bounding boxes, and segmented images #41

Closed
ICGog opened this issue Apr 28, 2019 · 1 comment
Assignees
Milestone

Comments

@ICGog
Copy link
Contributor

ICGog commented Apr 28, 2019

In order to train models on Carla, we need to collect a large data set of camera images, bounding boxes (for vehicles, pedestrians, traffic signs and traffic lights), and segmented images.

We can collect data by running python data_gatherer.py --flagfile=configs/data_gatherer.conf. However, the car might sometimes get stuck after another car that is not moving, or it may reach its goal. We need either to check from time to time what the data gatherer is doing, or to extend the script to incorporate vehicle speed (e.g., the car is stuck if it hasn't moved for 30 seconds) or some other solution in order to automate data gathering.

@ICGog
Copy link
Contributor Author

ICGog commented Jun 15, 2019

Closing because we've collected data.

@ICGog ICGog closed this as completed Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants