Python SDK for interacting with the Lyft Level 5 Prediction Dataset, providing tools for loading, visualizing, and analyzing autonomous vehicle sensor data (LIDAR, images, maps) and prediction/planning scenarios. Version 0.0.8 is the latest release; the library is in maintenance mode as Lyft has shifted focus to other projects.
pip install lyft-dataset-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the LyftDataset and print first two scenes.
Update calls to `lyft_ds.get_map('map_name')`.Use `LyftDataset` with `verbose=False` and load only necessary scenes or samples.
Prefer `lyft_ds.get_sample_lidar(sample_token)`.