Module re_data_loader::lerobot
source · Expand description
A module for loading and working with LeRobot
datasets.
This module provides functionality to identify and parse LeRobot
datasets,
which consist of metadata and episode data stored in a structured format.
§Important
Currently this only supports v2 LeRobot
datasets!
See LeRobotDataset
for more information on the dataset format.
Structs§
- Newtype wrapper for episode indices.
- Feature definition for a
LeRobot
dataset. - A
LeRobot
dataset consists of structured metadata and recorded episode data stored in Parquet files. - An episode in a
LeRobot
dataset. LeRobot
dataset metadata.- Metadata for a
LeRobot
dataset. - A task in a
LeRobot
dataset. - Newtype wrapper for task indices.
Enums§
- Data types supported for features in a
LeRobot
dataset. - Errors that might happen when loading data through a
crate::loader_lerobot::LeRobotDatasetLoader
. - Name metadata for a feature in the
LeRobot
dataset.
Functions§
- Check whether the provided path contains a Le Robot dataset.