The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

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 and the trained models are available here. Check out the example code for loading the dataset.

Downloads last month
2

Models trained or fine-tuned on nightmare-nectarine/segmentation-carla-driving