The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
EgoDex dataset from https://github.com/apple/ml-egodex, converted to LeRobot datasets v3.0 format.
This repo is structured with train / test directories at the top level,
under each of which are multiple subdirectories, each corresponding to one directory in the original EgoDex data format.
Each of these represents one LeRobot dataset, so to load the full EgoDex training set you have to load each subdirectory
as its own LeRobotDataset and then combine them (e.g. w/ PyTorch's ConcatDataset), or do it automatically using MultiLeRobotDataset.
Confidence scores were not kept during the conversion.
Due to having a large number of features, it may take up large amounts of RAM to load the parquet tables.
To avoid this, one could drop the unused features from the datasets using the lerobot-edit-dataset command.
Refer to EgoDex's GitHub repository for more information on the available features.
Split folders in training set
In the training set only, a few folders in the original EgoDex data format had to be split into smaller subsets in order to speed up the data conversion process:
basic_foldbasic_pick_placeplay_pianothread_unthread_bead_necklacevertical_pick_place
These folders are suffixed with -part* in our converted format, e.g. basic_fold-part1.
- Downloads last month
- 44,407