Datasets:
metadata
license: mit
language:
- en
tags:
- Autonomous Driving
- CARLA Simulator
- ImitationLearning
size_categories:
- 10B<n<100B
pretty_name: S
This dataset consists of 80 episodes of driving data collected using an autopilot agent in CARLA simulator for training imitation learning models for autonomous driving tasks. Each frame is structured as follows:
frame_data = {
'frame': the frame index,
'hlc': an integer representing the high-level command,
'light': an integer representing current traffic light status,
'controls': an array of [throttle, steer, brake],
'measurements': current speed in km/h,
'rgb': rgb camera image,
'segmentation': ground truth segmentation image,
}
This dataset is used in this project. Check out the example code for loading the dataset.