Dataset and code for driving simulator research paper
Top 12.1% on sourcepulse
This repository provides the dataset and code for the 2016 paper "Learning a Driving Simulator" by comma.ai. It offers 7.25 hours of driving footage and associated sensor data, suitable for training machine learning models for tasks like steering angle prediction and generative image modeling in autonomous driving research.
How It Works
The project utilizes a large dataset comprising video clips recorded at 20 Hz and synchronized sensor measurements (speed, acceleration, steering angle, GPS, gyroscope) transformed to a uniform 100 Hz time base. The data is stored in HDF5 format, with camera frames having a shape of number_frames x 3 x 160 x 320
(uint8). The cam1_ptr
HDF5 dataset specifically addresses the alignment between camera frames and other sensor logs.
Quick Start & Requirements
./get_data.sh
or archive.org.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project relies on older versions of TensorFlow (0.9) and Keras (1.0.6), which may present compatibility challenges with modern ML frameworks and hardware. The dataset is substantial in size, requiring significant storage and download time.
3 years ago
Inactive