Overview
Data generation in GRID allows users to:- Capture sensor data, such as IMU, LiDAR, GPS, etc.
- Capture image data in multiple modalities, including RGB, depth, and segmentation.
- Store data in a structured and accessible HDF5 file format.
- Log and visualize data on rerun.
Data Capture Process
GRID supports capturing both sensor and image data. The steps involve:- Accessing the vehicle client to retrieve the data.
- Creating appropriate groups within the HDF5 file.
- Storing the data components in the HDF5 file.
Sensor Data
For example, capturing IMU (Inertial Measurement Unit) data involves recording timestamp, orientation, angular velocity, and linear acceleration.Image Data
The process involves defining the capture types, mapping them to the corresponding image types supported by AirGen, capturing images from the vehicle’s cameras, and storing them in the HDF5 file.Logging and Visualization
During data capture, images can be logged using therr_log_airgen_image
function for real-time visualization and debugging.
Data Storage
For the GRID platform, please refer to the Storage section for information on storing your generated data.For GRID Enterprise, the data is stored in the Docker container running the session. Please refer to the Docker section for more information on accessing and managing the data.